Changeset 436 for trunk/grails-app/views/manufacturerDetailed/show.gsp
- Timestamp:
- Mar 8, 2010, 4:37:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/manufacturerDetailed/show.gsp
r402 r436 82 82 83 83 </tr> 84 85 <tr class="prop"> 86 <td valign="top" class="name">Inventory Items:</td> 87 88 <td valign="top" style="text-align:left;" class="value"> 89 <ul> 90 <g:each var="i" in="${manufacturerInstance.inventoryItems}"> 91 <li><g:link controller="inventoryItemDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li> 92 </g:each> 93 </ul> 94 </td> 95 96 </tr> 97 84 98 85 </tbody> 99 86 </table>
Note: See TracChangeset
for help on using the changeset viewer.