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.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>