Changeset 273 for trunk/grails-app/views/site/show.gsp
- Timestamp:
- Jan 15, 2010, 1:18:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/site/show.gsp
r268 r273 51 51 52 52 <tr class="prop"> 53 <td valign="top" class="name">Inventory Stores:</td> 54 55 <td valign="top" style="text-align:left;" class="value"> 56 <ul> 57 <g:each var="i" in="${siteInstance.inventoryStores}"> 58 <li><g:link controller="inventoryStore" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li> 59 </g:each> 60 </ul> 61 </td> 62 63 </tr> 64 65 <tr class="prop"> 53 66 <td valign="top" class="name">Sections:</td> 54 67
Note: See TracChangeset
for help on using the changeset viewer.