Ignore:
Timestamp:
Jan 20, 2009, 8:08:17 PM (15 years ago)
Author:
gavin
Message:

Add to BootStrap?, work on Domain classes update ERD to match, again.

File:
1 edited

Legend:

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

    r22 r25  
    3838                   
    3939                        <tr class="prop">
    40                             <td valign="top" class="name">Entry:</td>
     40                            <td valign="top" class="name">Entries:</td>
    4141                           
    42                             <td valign="top" class="value"><g:link controller="entry" action="show" id="${entryTypeInstance?.entry?.id}">${entryTypeInstance?.entry?.encodeAsHTML()}</g:link></td>
     42                            <td  valign="top" style="text-align:left;" class="value">
     43                                <ul>
     44                                <g:each var="e" in="${entryTypeInstance.entries}">
     45                                    <li><g:link controller="entry" action="show" id="${e.id}">${e?.encodeAsHTML()}</g:link></li>
     46                                </g:each>
     47                                </ul>
     48                            </td>
    4349                           
    4450                        </tr>
Note: See TracChangeset for help on using the changeset viewer.