Changeset 124 for trunk/grails-app/views/assetType/show.gsp
- Timestamp:
- May 4, 2009, 1:59:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetType/show.gsp
r122 r124 37 37 <g:each var="a" in="${assetTypeInstance.assemblies}"> 38 38 <li><g:link controller="assembly" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li> 39 </g:each>40 </ul>41 </td>42 43 </tr>44 45 <tr class="prop">46 <td valign="top" class="name">Asset Extended Attributes:</td>47 48 <td valign="top" style="text-align:left;" class="value">49 <ul>50 <g:each var="a" in="${assetTypeInstance.assetExtendedAttributes}">51 <li><g:link controller="assetExtendedAttribute" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li>52 39 </g:each> 53 40 </ul>
Note: See TracChangeset
for help on using the changeset viewer.