Changeset 131 for trunk/grails-app/views/componentItem/show.gsp
- Timestamp:
- May 8, 2009, 1:01:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/componentItem/show.gsp
r122 r131 65 65 66 66 <tr class="prop"> 67 <td valign="top" class="name">Sub Assembl ies:</td>67 <td valign="top" class="name">Sub Assembly:</td> 68 68 69 <td valign="top" style="text-align:left;" class="value"> 70 <ul> 71 <g:each var="s" in="${componentItemInstance.subAssemblies}"> 72 <li><g:link controller="subAssembly" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li> 73 </g:each> 74 </ul> 75 </td> 69 <td valign="top" class="value"><g:link controller="subAssembly" action="show" id="${componentItemInstance?.subAssembly?.id}">${componentItemInstance?.subAssembly?.encodeAsHTML()}</g:link></td> 76 70 77 71 </tr>
Note: See TracChangeset
for help on using the changeset viewer.