summary refs log tree commit diff
path: root/views/task
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 14:15:23 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 14:15:23 +0100
commit412587ddac4ba483d06bef9a8a89c07b4d3cf44b (patch)
tree3b58b44657d4e3c2817228a7984f2436e90f1244 /views/task
parentMerge branch 'refactor_builder' (diff)
parentupdate templates to show informations about running tasks (diff)
downloadjitterbug-412587ddac4ba483d06bef9a8a89c07b4d3cf44b.tar.gz
resolve merge conflict
Diffstat (limited to 'views/task')
-rw-r--r--views/task/index.tt7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/task/index.tt b/views/task/index.tt
index 1c1f904..25bdeb9 100644
--- a/views/task/index.tt
+++ b/views/task/index.tt
@@ -1,5 +1,6 @@
 <div id="page">
-<div id="content">
-<h2>Task </h2>
-</div>
+     <div id="content">
+     <h2>Task <: $task.id :></h2>
+     started : <: $task.started_when :>
+     </div>
 </div>