summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-12 21:22:58 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-12 21:22:58 +0200
commitdc7eb140af5e8b8d193d5fb1278681f7217e242a (patch)
tree11a77d28b61dd7f4525d6665c113a42446e30d20 /views
parentFix #65 - show the last 3 days of commits in a project (diff)
downloadjitterbug-dc7eb140af5e8b8d193d5fb1278681f7217e242a.tar.gz
Fix #62 - display human friendly build times
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'views')
-rw-r--r--views/project/index.tt2
1 files changed, 1 insertions, 1 deletions
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 @@
<: } :>
<br />
<: if $commit.build.start_time { :>
- built in&nbsp;<: $commit.build.end_time - $commit.build.start_time :>&nbsp;seconds
+ built in&nbsp;<: $commit.time_elapsed :>
<: } else { :>
running now
<: } :>