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/show.gsp

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