From dc7eb140af5e8b8d193d5fb1278681f7217e242a Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 12 May 2011 21:22:58 +0200 Subject: Fix #62 - display human friendly build times Signed-off-by: franck cuny --- views/project/index.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/project') diff --git a/views/project/index.tt b/views/project/index.tt index db123c0..f8d0ea2 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -40,7 +40,7 @@ <: } :>
<: if $commit.build.start_time { :> - built in <: $commit.build.end_time - $commit.build.start_time :> seconds + built in <: $commit.time_elapsed :> <: } else { :> running now <: } :> -- cgit 1.4.1