Changeset 397 for trunk/grails-app/views/supplierDetailed/show.gsp
- Timestamp:
- Feb 22, 2010, 6:29:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/supplierDetailed/show.gsp
r374 r397 57 57 58 58 <tr class="prop"> 59 <td valign="top" class="name">Addresses:</td> 60 61 <td valign="top" class="value"> 62 <ul> 63 <g:each var="i" in="${supplierInstance.addresses}"> 64 <li><g:link controller="addressDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li> 65 </g:each> 66 </ul> 67 </td> 68 69 </tr> 70 71 <tr class="prop"> 59 72 <td valign="top" class="name">Inventory Items:</td> 60 73
Note: See TracChangeset
for help on using the changeset viewer.