Changeset 836 for trunk/grails-app/views/taskGroupDetailed/list.gsp
- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskGroupDetailed/list.gsp
r556 r836 33 33 <tbody> 34 34 <g:each in="${taskGroupInstanceList}" status="i" var="taskGroupInstance"> 35 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />35 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 36 36 37 37 <td onclick='window.location = "${request.getContextPath()}/taskGroupDetailed/show/${taskGroupInstance.id}"'>
Note: See TracChangeset
for help on using the changeset viewer.