Changeset 110 for trunk/grails-app/views/appCore
- Timestamp:
- Apr 9, 2009, 3:38:23 AM (16 years ago)
- Location:
- trunk/grails-app/views/appCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/home.gsp
r85 r110 12 12 </div> 13 13 <div class="body"> 14 <h1></h1> 14 15 <g:if test="${flash.message}"> 15 16 <div class="message">${flash.message}</div> -
trunk/grails-app/views/appCore/manager.gsp
r91 r110 13 13 <div class="body"> 14 14 <h1>Welcome to Manager</h1> 15 15 <g:if test="${flash.message}"> 16 <div class="message">${flash.message}</div> 17 </g:if> 16 18 </div> 17 19 </body>
Note: See TracChangeset
for help on using the changeset viewer.