Changeset 1125
- Timestamp:
- Nov 11, 2010, 4:05:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/templateEditor/index.gsp
r1029 r1125 32 32 <div class="templateEditorStep" id="step1_template"> 33 33 <h3>Select template</h3> 34 <p>Showing templates for <b>${humanReadableEntity}</b> (<g:link controller="templateEditor" action="compare" params="${[entity: encryptedEntity] + extraparams}">compare</g:link>).</p>34 <p>Showing templates for <b>${humanReadableEntity}</b><g:if test="${templates.size() > 0 }"> (<g:link controller="templateEditor" action="compare" params="${[entity: encryptedEntity] + extraparams}">compare</g:link>)</g:if>.</p> 35 35 <p>Please select a template to edit or create a new template</p> 36 36
Note: See TracChangeset
for help on using the changeset viewer.