Use bootstrap's pager (instead of pagination) class
This commit is contained in:
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user