Changeset 830 for trunk/grails-app/views
- Timestamp:
- Aug 23, 2010, 3:40:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r824 r830 273 273 </g:each> 274 274 </tr> 275 <tr> 276 <td>Owner</td> 277 <g:each in="${studyList}" var="studyInstance"> 278 <td> 279 <g:if test="${studyInstance.owner}"> 280 <g:link controller="user" action="show" id="${studyInstance.owner.id}">${studyInstance.owner?.encodeAsHTML()}</g:link> 281 </g:if> 282 <g:else> 283 - 284 </g:else> 285 </td> 286 </g:each> 287 </tr> 275 288 <tr> 276 289 <td>Readers</td>
Note: See TracChangeset
for help on using the changeset viewer.