Changeset 1622 for trunk/grails-app/views/simpleWizard/simpleWizard
- Timestamp:
- Mar 11, 2011, 11:51:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/simpleWizard/simpleWizard/overview.gsp
r1608 r1622 49 49 <g:if test="${study.persons}"> 50 50 <g:each var="contact" in="${study?.persons}"> 51 ${contact.person?.lastName + ", " + contact.person?.firstName} as ${contact.role.name} 51 ${contact.person?.lastName + ", " + contact.person?.firstName} as ${contact.role.name}<br /> 52 52 </g:each> 53 53 </g:if>
Note: See TracChangeset
for help on using the changeset viewer.