Ignore:
Timestamp:
Feb 22, 2010, 6:30:54 PM (14 years ago)
Author:
gav
Message:

Add shared messages and cancel button to templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/scaffolding/list.gsp

    r178 r398  
    1313        <div class="body">
    1414            <h1>${className} List</h1>
    15             <g:if test="\${flash.message}">
    16             <div class="message">\${flash.message}</div>
    17             </g:if>
     15            <g:render template="/shared/messages" />
    1816            <div class="list">
    1917                <table>
Note: See TracChangeset for help on using the changeset viewer.