source:
trunk/grails-app/views/templates/nimble/_nimbleheader.gsp
@
771
Last change on this file since 771 was 771, checked in by duh, 12 years ago | |
---|---|
File size: 376 bytes |
Line | |
---|---|
1 | <div id="banner"> |
2 | <h1><g:message code="nimble.layout.admin.banner.heading" /></h1> |
3 | |
4 | <g:if test="${navigation}"> |
5 | <n:isLoggedIn> |
6 | <div id="userops"> |
7 | <g:message code="nimble.label.usergreeting" /> <n:principalName /> | <g:link controller="auth" action="logout" class=""><g:message code="nimble.link.logout.basic" /></g:link> |
8 | </div> |
9 | </n:isLoggedIn> |
10 | </g:if> |
11 | </div> |
Note: See TracBrowser
for help on using the repository browser.