Changeset 968
- Timestamp:
- Oct 21, 2010, 4:23:36 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r954 r968 1 1 #Grails Metadata file 2 # Wed Oct 20 18:22:30CEST 20103 app.grails.version=1.3. 52 #Thu Oct 21 11:42:54 CEST 2010 3 app.grails.version=1.3.4 4 4 app.name=gscf 5 5 app.servlet.version=2.4 … … 9 9 plugins.db-util=0.4 10 10 plugins.grom=0.1.2 11 plugins.hibernate=1.3. 511 plugins.hibernate=1.3.4 12 12 plugins.jquery=1.4.3.2 13 13 plugins.mail=0.9 … … 15 15 plugins.searchable=0.5.5.1 16 16 plugins.spring-security-core=1.0.1 17 plugins.tomcat=1.3. 517 plugins.tomcat=1.3.4 18 18 plugins.webflow=1.3.5 -
trunk/grails-app/views/study/show.gsp
r961 r968 620 620 <td>${assay.module.name}</td> 621 621 <td>${assay.module.platform}</td> 622 %{--<td><a href="${assay.module.url}/assay/${assay.externalAssayID}">view</a></td>--}% 623 <td><jumpbar:link 624 linkDest="${createLink(action:'show')}" 625 linkText='Go back to GSCF' 626 frameSource="${assay.module.url}/assay/${assay.externalAssayID}"> 627 view 628 </jumpbar:link></td> 622 629 <td><a href="${assay.module.url}/assay/${assay.externalAssayID}">view</a></td> 623 630 <td>
Note: See TracChangeset
for help on using the changeset viewer.