From ceeba313207f7e017362b196f5fc248ee16d0876 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 1 Mar 2010 10:29:05 +0000 Subject: [PATCH] * hydra: show finish time on build status overview --- src/root/build.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %]