Changeset 122 for trunk/grails-app/views/taskGroup/list.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskGroup/list.gsp
r66 r122 50 50 </div> 51 51 <div class="paginateButtons"> 52 <g:paginate total="${ TaskGroup.count()}" />52 <g:paginate total="${taskGroupInstanceTotal}" /> 53 53 </div> 54 54 </div>
Note: See TracChangeset
for help on using the changeset viewer.