Changeset 442 for trunk/grails-app/views/person/show.gsp
- Timestamp:
- May 19, 2010, 6:12:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/person/show.gsp
r382 r442 97 97 <ul> 98 98 <g:each in="${personInstance.affiliations}" var="a"> 99 <li><g:link controller="personAffiliation" action="show" id="${a.id}">${a?. name.encodeAsHTML()}</g:link></li>99 <li><g:link controller="personAffiliation" action="show" id="${a.id}">${a?.encodeAsHTML()}</g:link></li> 100 100 </g:each> 101 101 </ul>
Note: See TracChangeset
for help on using the changeset viewer.