source:
trunk/grails-app/views/templateEditor/elements/_all.gsp
@
377
Last change on this file since 377 was 377, checked in by duh, 12 years ago | |
---|---|
File size: 202 bytes |
Line | |
---|---|
1 | <li class="ui-state-default"> |
2 | <span class="ui-icon ui-icon-arrowthick-2-n-s"></span><b>${it.name}</b> |
3 | ( <g:render template="elements/${it.type.toString().toLowerCase().replaceAll(/ /,'_')}" /> ) |
4 | </li> |
Note: See TracBrowser
for help on using the repository browser.