Changeset 272 for trunk/grails-app/views/department/show.gsp
- Timestamp:
- Jan 15, 2010, 12:03:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/department/show.gsp
r268 r272 64 64 65 65 <tr class="prop"> 66 <td valign="top" class="name">Persons:</td> 67 68 <td valign="top" style="text-align:left;" class="value"> 69 <ul> 70 <g:each var="p" in="${departmentInstance.persons}"> 71 <li><g:link controller="person" action="show" id="${p.id}">${p?.encodeAsHTML()}</g:link></li> 72 </g:each> 73 </ul> 74 </td> 75 76 </tr> 77 78 <tr class="prop"> 66 79 <td valign="top" class="name">Sections:</td> 67 80
Note: See TracChangeset
for help on using the changeset viewer.