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