- Timestamp:
- Mar 14, 2009, 10:04:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/views/appCore/options.gsp
r71 r73 11 11 <div class="body"> 12 12 <h1>Welcome to Options</h1> 13 <g:if test="${flash.message}"> 14 <div class="message">${flash.message}</div> 15 </g:if> 13 16 <br/> 14 17 <div class="dialog"> 18 <a href="${createLink(action:'changePassword')}">Change Password</a> 15 19 16 20 </div>
Note: See TracChangeset
for help on using the changeset viewer.