Changeset 830 for trunk/grails-app/views


Ignore:
Timestamp:
Aug 23, 2010, 3:40:32 PM (13 years ago)
Author:
keesvb
Message:

moved Nimble BootStrap? to BootStrap? (there seems to be no way to hack the Nimble Bootstrap to execute before the application BootStrap?), assigned the example studies to the example user, updated study/show to show the study user

File:
1 edited

Legend:

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

    r824 r830  
    273273              </g:each>
    274274            </tr>
     275                          <tr>
     276                                <td>Owner</td>
     277                                <g:each in="${studyList}" var="studyInstance">
     278                                  <td>
     279                                        <g:if test="${studyInstance.owner}">
     280                                                <g:link controller="user" action="show" id="${studyInstance.owner.id}">${studyInstance.owner?.encodeAsHTML()}</g:link>
     281                                        </g:if>
     282                                        <g:else>
     283                                         -
     284                                        </g:else>
     285                                  </td>
     286                                </g:each>
     287                          </tr>
    275288            <tr>
    276289              <td>Readers</td>
Note: See TracChangeset for help on using the changeset viewer.