Changeset 164 for trunk/grails-app/views/person/show.gsp
- Timestamp:
- Oct 23, 2009, 9:49:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/show.gsp
r150 r164 65 65 66 66 <tr class="prop"> 67 <td valign="top" class="name">Department:</td> 68 <td valign="top" class="value">${person.department}</td> 69 </tr> 70 71 <tr class="prop"> 72 <td valign="top" class="name">Groups:</td> 73 <td valign="top" class="value"> 74 <ul> 75 <g:each in="${person.personGroups}" var='group'> 76 <li>${group}</li> 77 </g:each> 78 </ul> 79 </td> 80 </tr> 81 82 <tr class="prop"> 67 83 <td valign="top" class="name">Authorities:</td> 68 84 <td valign="top" class="value">
Note: See TracChangeset
for help on using the changeset viewer.