In the jobset evals lists, show what inputs changed between consecutive evals

This commit is contained in:
Eelco Dolstra
2012-04-15 20:06:42 +00:00
parent b9824ca422
commit 0daba6bb89
4 changed files with 69 additions and 21 deletions

View File

@ -5,10 +5,8 @@
uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
title = project.name %]:[% jobset.name %]</tt></h2>
[% nrShown = evals.size > resultsPerPage ? resultsPerPage : evals.size %]
<p>Showing evaluations [% (page - 1) * resultsPerPage + 1 %] - [%
(page - 1) * resultsPerPage + nrShown %] out of [% total %].</p>
(page - 1) * resultsPerPage + evals.size %] out of [% total %].</p>
[% INCLUDE renderPager %]