Changeset 881 for branches/features/grailsUpgrade/grails-app/views
- Timestamp:
 - Apr 11, 2011, 4:11:58 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/features/grailsUpgrade/grails-app/views/assetSubItemDetailed/show.gsp
r683 r881 135 135 <td valign="top" style="text-align:left;" class="value"> 136 136 <ul> 137 <g:each var="s" in="${assetSubItemInstance.subItems }">137 <g:each var="s" in="${assetSubItemInstance.subItems.sort { p1, p2 -> p1.name.compareToIgnoreCase(p2.name) } }"> 138 138 <li><g:link controller="assetSubItemDetailed" action="show" id="${s.id}">${s?.encodeAsHTML()}</g:link></li> 139 139 </g:each>  
Note: See TracChangeset
          for help on using the changeset viewer.
      