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/assembly/list.gsp

    r118 r122  
    2828                                <g:sortableColumn property="isActive" title="Is Active" />
    2929                       
    30                                 <th>Lifeplan</th>
    31                            
    3230                                <g:sortableColumn property="name" title="Name" />
    3331                       
     
    4442                            <td>${fieldValue(bean:assemblyInstance, field:'isActive')}</td>
    4543                       
    46                             <td>${fieldValue(bean:assemblyInstance, field:'lifeplan')}</td>
    47                        
    4844                            <td>${fieldValue(bean:assemblyInstance, field:'name')}</td>
    4945                       
Note: See TracChangeset for help on using the changeset viewer.