Changeset 118e414 for PostgreSqlDotnetCore/Views/Shared/_Layout.cshtml
- Timestamp:
- 08/23/24 15:40:14 (2 months ago)
- Branches:
- main
- Children:
- e9bb9d1
- Parents:
- 72b1da2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Shared/_Layout.cshtml
r72b1da2 r118e414 13 13 </head> 14 14 <body> 15 <h1>@(ViewBag.isAuthenticated == null ? "krij" : "prikazi")</h1>15 @* <h1>@(ViewBag.isAuthenticated == null ? "krij" : "prikazi")</h1> *@ 16 16 <header> 17 17 <nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3"> … … 47 47 <a class="nav-link text-dark" asp-area="" asp-controller="Customer" asp-action="Index">Manage Customers</a> 48 48 </li> 49 <li class="nav-item">49 @* <li class="nav-item"> 50 50 <a class="nav-link text-dark" asp-area="" asp-controller="City" asp-action="Index">Manage Cities</a> 51 51 </li> 52 52 *@ 53 53 <li class="nav-item"> 54 54 <a class="nav-link text-dark" asp-area="" asp-controller="Blog" asp-action="Index">BlogPost</a> … … 56 56 } 57 57 58 59 58 60 59 61 } 62 @if (ViewBag.OnlyAdminManager != null) 63 { 64 <li class="nav-item"> 65 <a class="nav-link text-dark" asp-area="" asp-controller="City" asp-action="Index">Manage Cities</a> 66 </li> 67 } 68 60 69 61 70
Note:
See TracChangeset
for help on using the changeset viewer.