Changeset 500 for trunk/grails-app
- Timestamp:
- Apr 19, 2010, 8:32:42 PM (15 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/show.gsp
r498 r500 29 29 30 30 <div class="tabHeader"> 31 <h1 class="taskHeader">31 <h1> 32 32 ${inventoryItemInstance.name} 33 33 </h1> -
trunk/grails-app/views/taskDetailed/show.gsp
r498 r500 25 25 26 26 <div class="tabHeader"> 27 <h1 class="taskHeader">27 <h1> 28 28 Task #${taskInstance.id} 29 29 <g:if test="${taskInstance.attentionFlag}" >
Note: See TracChangeset
for help on using the changeset viewer.