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

@@ -6,7 +6,7 @@
<p>Showing builds [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + builds.size %] out of [% total %] in order of descending timestamp.</p>
[% INCLUDE renderPager %]
[% INCLUDE renderBuildList hideProjectName=project hideJobsetName=jobset hideJobName=job %]
[% INCLUDE renderPager %]
[% END %]