source:
trunk/grails-app/views/templates/nimble/profile/_banner.gsp
@
51
Last change on this file since 51 was 51, checked in by duh, 13 years ago | |
---|---|
File size: 354 bytes |
Line | |
---|---|
1 | |
2 | |
3 | <div class="banner"> |
4 | <p> |
5 | <g:link action="show" id="${user.id}"> |
6 | <g:if test="${profile.fullName != null}"> |
7 | <strong>${profile.fullName}</strong> |
8 | </g:if> |
9 | <g:else> |
10 | <strong>${user.username}</strong> |
11 | </g:else> |
12 | </g:link> |
13 | <span id="activestatus"> |
14 | <n:status id="${user.id}" clear="${clear}"/> |
15 | </span> |
16 | </p> |
17 | </div> |
Note: See TracBrowser
for help on using the repository browser.