From 2609fe4297b672c7a0c02b43233e4f93a38f86cc Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 2 May 2011 22:24:48 -0700 Subject: Show 'running now' if the task has not yet completed --- views/project/index.tt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/project/index.tt') diff --git a/views/project/index.tt b/views/project/index.tt index 978c4d8..7b03c83 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -39,6 +39,8 @@
<: if $commit.build.start_time { :> built in <: $commit.build.end_time - $commit.build.start_time :> seconds + <: } else { :> + running now <: } :>
-- cgit 1.4.1