Changeset 122 for trunk/grails-app/views/subAssembly/show.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/subAssembly/show.gsp
r118 r122 71 71 72 72 <tr class="prop"> 73 <td valign="top" class="name"> Lifeplan:</td>73 <td valign="top" class="name">Maintenance Actions:</td> 74 74 75 <td valign="top" class="value"><g:link controller="lifePlan" action="show" id="${subAssemblyInstance?.lifeplan?.id}">${subAssemblyInstance?.lifeplan?.encodeAsHTML()}</g:link></td> 75 <td valign="top" style="text-align:left;" class="value"> 76 <ul> 77 <g:each var="m" in="${subAssemblyInstance.maintenanceActions}"> 78 <li><g:link controller="maintenanceAction" action="show" id="${m.id}">${m?.encodeAsHTML()}</g:link></li> 79 </g:each> 80 </ul> 81 </td> 76 82 77 83 </tr>
Note: See TracChangeset
for help on using the changeset viewer.