Changeset 122 for trunk/grails-app/views/entry/list.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/entry/list.gsp
r66 r122 58 58 </div> 59 59 <div class="paginateButtons"> 60 <g:paginate total="${ Entry.count()}" />60 <g:paginate total="${entryInstanceTotal}" /> 61 61 </div> 62 62 </div>
Note: See TracChangeset
for help on using the changeset viewer.