Changeset 1030 for trunk/grails-app/views/study/show.gsp
- Timestamp:
- Nov 1, 2010, 2:17:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r1027 r1030 292 292 <g:each in="${studyList}" var="studyInstance"> 293 293 <td> 294 ${studyInstance.owner .username}294 ${studyInstance.owner?.username} 295 295 </td> 296 296 </g:each> … … 313 313 <g:each in="${studyList}" var="studyInstance"> 314 314 <td> 315 <g:if test="${studyInstance.writers .size()==0}">315 <g:if test="${studyInstance.writers?.size()==0}"> 316 316 - 317 317 </g:if>
Note: See TracChangeset
for help on using the changeset viewer.