source:
trunk/grails-app/views/templates/nimble/user/_extendedinformation.gsp
@
771
Last change on this file since 771 was 771, checked in by duh, 10 years ago | |
---|---|
File size: 383 bytes |
Line | |
---|---|
1 | <h3><g:message code="nimble.view.user.show.extendedinformation.heading" /></h3> |
2 | |
3 | <table class="datatable"> |
4 | <tbody> |
5 | <tr> |
6 | <th><g:message code="nimble.label.fullname" /></th> |
7 | <td>${user.profile?.fullName?.encodeAsHTML()}</td> |
8 | </tr> |
9 | <tr> |
10 | <th><g:message code="nimble.label.email" /></th> |
11 | <td>${user.profile?.email?.encodeAsHTML()}</td> |
12 | </tr> |
13 | </tbody> |
14 | </table> |
Note: See TracBrowser
for help on using the repository browser.