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='';