From 101e60b03df61e05f56bfc57fae443ab9d2b9153 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Apr 2012 18:08:51 +0200 Subject: [PATCH] Nicer link to the rest of the jobset evals --- src/root/common.tt | 5 ++++- src/root/jobset.tt | 6 +----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/root/common.tt b/src/root/common.tt index fe8da617..13a8a34c 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -433,7 +433,10 @@ [% END %] - [% END %] + [%- END -%] + [%- IF linkToAll -%] + More... + [%- END -%] diff --git a/src/root/jobset.tt b/src/root/jobset.tt index ac94d41f..ac246e8f 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -93,11 +93,7 @@ [% IF !edit-%]

Most recent evaluations

- [% INCLUDE renderEvals nrShown=5 %] - - All evaluations -
-
+ [% INCLUDE renderEvals nrShown=5 linkToAll=c.uri_for(c.controller('Jobset').action_for('evals'), [project.name, jobset.name]) %] [% END %] [% IF !edit && activeJobsStatus -%]

Status