Ignore:
Timestamp:
May 1, 2009, 3:27:41 PM (15 years ago)
Author:
gav
Message:

Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap? to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/systemSection/list.gsp

    r118 r122  
    3030                                <g:sortableColumn property="name" title="Name" />
    3131                       
     32                                <th>Site</th>
     33                           
    3234                        </tr>
    3335                    </thead>
     
    4446                            <td>${fieldValue(bean:systemSectionInstance, field:'name')}</td>
    4547                       
     48                            <td>${fieldValue(bean:systemSectionInstance, field:'site')}</td>
     49                       
    4650                        </tr>
    4751                    </g:each>
Note: See TracChangeset for help on using the changeset viewer.