From 44fc9c081fb7561b7b02115f9b2a6eb0349d2201 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 24 Feb 2014 21:22:32 -0500 Subject: Add story points for tasks --- templates/board_index.php | 4 ++++ templates/board_public.php | 4 ++++ templates/task_edit.php | 3 +++ templates/task_new.php | 3 +++ templates/task_show.php | 3 +++ 5 files changed, 17 insertions(+) (limited to 'templates') diff --git a/templates/board_index.php b/templates/board_index.php index ff10a70b..7a3f8ec1 100644 --- a/templates/board_index.php +++ b/templates/board_index.php @@ -52,6 +52,10 @@ + + + +
diff --git a/templates/board_public.php b/templates/board_public.php index ac9e80ae..16c69ce2 100644 --- a/templates/board_public.php +++ b/templates/board_public.php @@ -29,6 +29,10 @@ + + + +
diff --git a/templates/task_edit.php b/templates/task_edit.php index 633ac9ae..c4f806fd 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -20,6 +20,9 @@
+ +
+
diff --git a/templates/task_new.php b/templates/task_new.php index e418748c..dd2ba3b4 100644 --- a/templates/task_new.php +++ b/templates/task_new.php @@ -20,6 +20,9 @@
+ +
+
diff --git a/templates/task_show.php b/templates/task_show.php index f09f249e..fffacf74 100644 --- a/templates/task_show.php +++ b/templates/task_show.php @@ -8,6 +8,9 @@

+ + +
  • -- cgit v1.2.3