Skip to content

Commit

Permalink
fixed ROLE_ADMIN for admin button
Browse files Browse the repository at this point in the history
  • Loading branch information
antonia committed Dec 8, 2016
1 parent 128f17e commit d7f4f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
<li><a ui-sref="admin.shows">{{'MANAGE_CONTENT' | translate}}</a></li>
</sec:ifAnyGranted>

<sec:ifLoggedIn>
<sec:ifAnyGranted roles="ROLE_ADMIN">
<li><a ui-sref="settings.settings">{{'ADMIN' | translate}}</a></li>
</sec:ifLoggedIn>
</sec:ifAnyGranted>

<sec:ifLoggedIn>
<li>
Expand Down

0 comments on commit d7f4f44

Please sign in to comment.