* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of
variables.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<p>Showing builds [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + builds.size %]
|
||||
out of [% totalBuilds %] in order of descending timestamp.</p>
|
||||
|
||||
[% PROCESS renderBuildList %]
|
||||
[% INCLUDE renderBuildList %]
|
||||
|
||||
[<a href="[% "$baseUri/1" %]">First</a>]
|
||||
[% IF page > 1 %]
|
||||
|
||||
Reference in New Issue
Block a user