- Timestamp:
- Mar 29, 2011, 2:30:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/simpleWizard/simpleWizard/study.gsp
r1608 r1678 8 8 </head> 9 9 <body> 10 <div class="simpleWizard ">10 <div class="simpleWizard studypage"> 11 11 <h1>Study</h1> 12 12 … … 82 82 83 83 <g:if test="${study}"> 84 <g:if test="${study.template?.description}"> 85 <div class="element"> 86 <div class="templatedescription"> 87 ${study.template?.description?.encodeAsHTML()} 88 </div> 89 </div> 90 </g:if> 84 91 <af:templateElements ignore="published" entity="${study}" /> 85 92 </g:if>
Note: See TracChangeset
for help on using the changeset viewer.