Ignore:
Timestamp:
Feb 17, 2010, 10:46:57 PM (14 years ago)
Author:
gav
Message:

Add cancel button to AssetDetailed edit view and change some of the edit links to show links.

File:
1 edited

Legend:

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

    r349 r370  
    8181                                    <ul>
    8282                                    <g:each var="m" in="${assetInstance.maintenanceActions}">
    83                                         <li><g:link controller="maintenanceActionDetailed" action="edit" id="${m.id}">${m?.encodeAsHTML()}</g:link></li>
     83                                        <li><g:link controller="maintenanceActionDetailed" action="show" id="${m.id}">${m?.encodeAsHTML()}</g:link></li>
    8484                                    </g:each>
    8585                                    </ul>
Note: See TracChangeset for help on using the changeset viewer.