about summary refs log tree commit diff
path: root/views
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-02 22:24:48 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-02 22:25:38 -0700
commit2609fe4297b672c7a0c02b43233e4f93a38f86cc (patch)
tree952ae78df7eae113dc368b44ddff896f9defa642 /views
parentTell the manifest that our readme is markdown (diff)
downloadjitterbug-2609fe4297b672c7a0c02b43233e4f93a38f86cc.tar.gz
Show 'running now' if the task has not yet completed
Diffstat (limited to 'views')
-rw-r--r--views/project/index.tt2
1 files changed, 2 insertions, 0 deletions
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 @@
               <br />
               <: if $commit.build.start_time { :>
                 built in&nbsp;<: $commit.build.end_time - $commit.build.start_time :>&nbsp;seconds
+              <: } else { :>
+                    running now
               <: } :>
               <br />
             </div>