Changeset 1008
- Timestamp:
- Oct 28, 2010, 3:07:05 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r996 r1008 11 11 plugins.hibernate=1.3.5 12 12 plugins.jquery=1.4.3.2 13 plugins.jumpbar=0.1 13 plugins.jumpbar=0.1.2 14 14 plugins.mail=0.9 15 15 plugins.oauth=0.10 -
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.