From aec0a3511430f10c0ca5a11ec10047ffa31c97de Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Mar 2015 14:31:27 +0100 Subject: [PATCH] Fix duplicate row-link --- src/root/common.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root/common.tt b/src/root/common.tt index db45daf4..8ebdbd47 100644 --- a/src/root/common.tt +++ b/src/root/common.tt @@ -108,7 +108,7 @@ BLOCK renderBuildListBody; [% IF !hideJobName %] [% IF !hideJobsetName %][%build.get_column("project")%]:[%build.get_column("jobset")%]:[% END %][%build.get_column("job")%] [% END %] - [% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %] + [% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %] [% !showSchedulingInfo and build.get_column('releasename') ? build.get_column('releasename') : build.nixname %] [% build.system %] [% IF showDescription %] @@ -404,7 +404,7 @@ BLOCK renderEvals %] [% IF !jobset && !build %] [% INCLUDE renderFullJobsetName project=eval.get_column('project') jobset=eval.get_column('jobset') %] [% END %] - [% INCLUDE renderRelativeDate timestamp = eval.timestamp %] + [% INCLUDE renderRelativeDate timestamp = eval.timestamp %] [% IF e.changedInputs.size > 0; sep='';