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