Changeset 982
- Timestamp:
- Oct 22, 2010, 1:25:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/show.gsp
r976 r982 665 665 <th></th> 666 666 </g:if> 667 668 <th>Parent Subject</th> 669 <th>Parent Sampling Event</th> 670 671 667 672 <g:each in="${new dbnp.studycapturing.Sample().giveDomainFields()}" var="field"> 668 673 <th>${field}</th> … … 729 734 </td> 730 735 </g:if> 736 <td>${sample.parentSubject?.name}</td> 737 <td>${sample.parentEvent?.template?.name} at ${sample.parentEvent?.getStartTimeString()}</td> 731 738 <g:each in="${sample.giveDomainFields()}" var="field"> 732 739 <td>${sample.getFieldValue(field.name)}</td>
Note: See TracChangeset
for help on using the changeset viewer.