Use bootstrap's pager (instead of pagination) class

This commit is contained in:
Eelco Dolstra
2013-04-26 14:44:43 +02:00
parent 67ed2da50d
commit bbc3e25d5a
3 changed files with 9 additions and 11 deletions

View File

@@ -7,8 +7,8 @@
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
[% INCLUDE renderPager %]
[% INCLUDE renderEvals %]
[% INCLUDE renderPager %]
[% END %]