about summary refs log tree commit diff
path: root/views/task/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'views/task/index.tt')
-rw-r--r--views/task/index.tt3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/task/index.tt b/views/task/index.tt
index ca9ba46..faf49cf 100644
--- a/views/task/index.tt
+++ b/views/task/index.tt
@@ -1,3 +1,4 @@
+
 <div id="page">
   <div id="content">
     <h2>Task <: $task.id :></h2>
@@ -19,7 +20,7 @@
           on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<: $commit.ref :>
         <: } :>
         <br />
-        <: if $commit.build.start_time { :>
+        <: if $task.started_when { :>
           started <: $task.started_when :>
         <: } :>
         <br />