Ignore:
Timestamp:
Mar 10, 2009, 3:00:59 AM (15 years ago)
Author:
gav
Message:

Start changing roles to AppAdmin? and AppUser?.
Add Options view, start code for user changeable passwords.
Repair home and admin bean error variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/views/appCore/admin.gsp

    r59 r71  
    1616                <ul>
    1717                <g:each var="c" in="${grailsApplication.controllerClasses}">
    18                         <li class="controller"><g:link
    19     controller="${c.logicalPropertyName}">${c.fullName}</g:link></li>
     18                        <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li>
    2019                </g:each>
    2120                </ul>
Note: See TracChangeset for help on using the changeset viewer.