From 60cf9a7981d9bc4e8a5d8e4126b26546451ae60b Mon Sep 17 00:00:00 2001 From: franck cuny Date: Mon, 9 May 2011 11:14:03 +0200 Subject: don't show started_when when a task is not started (closes GH #58) Signed-off-by: franck cuny --- views/task/index.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views') 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 @@ +

Task <: $task.id :>

@@ -19,7 +20,7 @@ on      <: $commit.ref :> <: } :>
- <: if $commit.build.start_time { :> + <: if $task.started_when { :> started <: $task.started_when :> <: } :>
-- cgit 1.4.1