source:
branches/TaskRewrite/src/grails-app/views/_adminmenubar.gsp
@
67
Last change on this file since 67 was 59, checked in by , 16 years ago | |
---|---|
|
|
File size: 377 bytes |
Line | |
---|---|
1 | <g:isLoggedIn> |
2 | <g:ifAnyGranted role="ROLE_ADMIN"> |
3 | <span class="appControlButton"> |
4 | <g:link controller="appCore" action="admin"> |
5 | Admin |
6 | </g:link> |
7 | </span> |
8 | </g:ifAnyGranted> |
9 | <span class="appControlButton"> |
10 | <g:link controller="logout"> |
11 | Log out |
12 | </g:link> |
13 | </span> |
14 | </g:isLoggedIn> |
15 |
Note: See TracBrowser
for help on using the repository browser.