Changeset 755 for trunk/grails-app/views
- Timestamp:
- Aug 2, 2010, 11:30:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/simpleQuery/common/_query.gsp
r650 r755 85 85 <td><g:link url="[action:'show',controller:'study']" id="${Study.id}">${fieldValue(bean: Study, field: "id")}</g:link></td> 86 86 <td><g:link url="[action:'show',controller:'study']" id="${Study.id}">${fieldValue(bean: Study, field: "title")}</g:link></td> 87 <td><g:link url="[action:'show',controller:'study']" id="${Study.id}"> ${fieldValue(bean: Study, field: "samples")}</g:link></td>87 <td><g:link url="[action:'show',controller:'study']" id="${Study.id}"></g:link></td> 88 88 </tr> 89 89 </g:each>
Note: See TracChangeset
for help on using the changeset viewer.