diff --git a/src/root/build.tt b/src/root/build.tt index bca38ef9..8dfa4cad 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -131,7 +131,7 @@ [% IF build.resultInfo.iscachedbuild %] (cached from [% INCLUDE renderFullBuildLink build=cachedBuild %]) [% ELSE %] - [% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %] + [% INCLUDE renderDuration duration = build.resultInfo.stoptime - build.resultInfo.starttime %] finished at [% INCLUDE renderDateTime timestamp = build.resultInfo.stoptime %] [% END %]