Changeset 1008 for trunk/grails-app/views
- Timestamp:
- Oct 28, 2010, 3:07:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r994 r1008 634 634 %{--<td><a href="${assay.module.url}/assay/${assay.externalAssayID}">view</a></td>--}% 635 635 <td><jumpbar:link 636 linkDest="${createLink(action:'show' )}"636 linkDest="${createLink(action:'show', id:study.id)}" 637 637 linkText='Go back to GSCF' 638 frameSource="${assay.module.url}/assay/${assay.externalAssayID}"> 638 frameSource="${assay.module.url}/assay/showByToken/${assay.externalAssayID}" 639 pageTitle="Assay View in Module"> 639 640 view 640 641 </jumpbar:link></td>
Note: See TracChangeset
for help on using the changeset viewer.