From a633e4b361ce9d7dd332da180b7632a07417b8c8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 15 Apr 2012 18:21:56 +0200 Subject: [PATCH] Make the jobset eval rows clickable --- src/root/common.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/root/common.tt b/src/root/common.tt index 13a8a34c..24cb3237 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -413,9 +413,10 @@ - [% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m; %] - - [% eval.id %]  + [% last = nrShown - 1; FOREACH n IN [0..last]; eval = evals.$n; m = n + 1; next = evals.$m; + link = c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id]) %] + + [% eval.id %]  [% INCLUDE renderDateTime timestamp = eval.timestamp %]  [% eval.get_column('nrSucceeded') %]