Changeset 835 for trunk/grails-app/views/study
- Timestamp:
- Aug 24, 2010, 5:26:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r830 r835 616 616 <th width="100">Assay Name</th> 617 617 <th width="100">Module</th> 618 <th>Type</th>619 618 <th width="150">Platform</th> 620 <th> Url</th>619 <th>Link</th> 621 620 <th>Samples</th> 622 621 </tr> … … 635 634 <td>${assay.module.name}</td> 636 635 <td>${assay.module.platform}</td> 637 <td> ${assay.module.url}</td>636 <td><a href="${dbnp.rest.common.CommunicationManager.getAssayShowURL(assay.externalAssayID)}">view</a></td> 638 637 <td> 639 638 <% sortedAssaySamples = assay.samples.sort( { a, b -> a.name <=> b.name } as Comparator ) %>
Note: See TracChangeset
for help on using the changeset viewer.