Changeset 442 for trunk/grails-app/views/person/list.gsp
- Timestamp:
- May 19, 2010, 6:12:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/list.gsp
r382 r442 49 49 <g:each in="${personInstance.affiliations}" var="affiliation" status="affiliationNr"> 50 50 <g:if test="${affiliationNr>0}">,</g:if> 51 ${affiliation .name}51 ${affiliation} 52 52 </g:each> 53 53 </td>
Note: See TracChangeset
for help on using the changeset viewer.