Changeset 131 for trunk/grails-app/views/componentItem/list.gsp
- Timestamp:
- May 8, 2009, 1:01:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/componentItem/list.gsp
r122 r131 30 30 <g:sortableColumn property="name" title="Name" /> 31 31 32 <th>Sub Assembly</th> 33 32 34 </tr> 33 35 </thead> … … 44 46 <td>${fieldValue(bean:componentItemInstance, field:'name')}</td> 45 47 48 <td>${fieldValue(bean:componentItemInstance, field:'subAssembly')}</td> 49 46 50 </tr> 47 51 </g:each>
Note: See TracChangeset
for help on using the changeset viewer.