Browse Source

Merge pull request #67 from ExtProjNomit/admin-can-see-dashboard

adding the dashboard to admin sidebar
pull/146/head
francesca6431 7 years ago
committed by GitHub
parent
commit
00a2ead046
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/assets/scripts/nwSidebar/nwSidebar.html

+ 1
- 1
src/assets/scripts/nwSidebar/nwSidebar.html View File

@ -211,7 +211,7 @@
<!-- ### $Sidebar Menu ### -->
<ul class="sidebar-menu scrollable pos-r">
<!-- Dashboard - show to all users -->
<li class="nav-item mT-30 active" ng-show="user.role == 'nomit' || user.role == 'referee'">
<li class="nav-item mT-30 active" ng-show="user.role == 'nomit' || user.role == 'referee' || user.role == 'admin'">
<a class="sidebar-link" href="/">
<span class="icon-holder">
<i class="c-white-500 fa fa-bar-chart text-white"></i>


Loading…
Cancel
Save