Ignore:
Timestamp:
Mar 3, 2010, 11:42:39 AM (13 years ago)
Author:
ademcan
Message:

Study List and Study Comparaison with new Template version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/study/list_extended.gsp

    r223 r226  
    153153            <td><b>Species</b></td>
    154154            <td><b>Name</b></td>
    155           <g:each in="${stud.template.subjectFields}" var="g">
     155          <g:each in="${stud.template.fields}" var="g">
    156156            <td><b>
    157               <g:link controller="templateSubjectField" action="show" id="${g.id}">
     157              <g:link controller="templateField" action="show" id="${g.id}">
    158158              ${g}</b></td>
    159159            </g:link>
     
    167167              <td>${s.name}</td>
    168168
    169                 <g:each in="${stud.template.subjectFields}" var="g">
     169                <g:each in="${stud.template.fields}" var="g">
    170170               <td>
    171171                  <% print s.getFieldValue(g.toString())  %>
Note: See TracChangeset for help on using the changeset viewer.