- Timestamp:
- 05/30/16 16:52:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/Navbar.cshtml
r13860 r13862 77 77 </li> 78 78 <li role="presentation" 79 class="@(Model.Active == "OKBAdmin" ? "active" : "") 80 @(Model.User.hasOKBAdminAccess() == false ? "disabled" : "") 81 "> 82 @if ( Model.User.hasOKBAdminAccess()) 83 { 84 <a asp-controller="OkbManagement" 85 asp-action="Index" 86 accesskey="q"> 87 OKB management 88 </a> 89 } 90 else 91 { 92 <a>OKB management</a> 93 } 94 95 </li> 96 <li role="presentation" 79 97 class="pull-right "> 80 98
Note: See TracChangeset
for help on using the changeset viewer.