From 544f9924241f9b2caaf83ead203161ea41e5f1cf Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 5 Mar 2014 22:27:48 -0500 Subject: Add a 'due date' field and display the number of comments on the board --- templates/board_index.php | 13 +++++++++++++ templates/board_public.php | 14 ++++++++++++++ templates/task_edit.php | 3 +++ templates/task_new.php | 3 +++ templates/task_show.php | 5 +++++ 5 files changed, 38 insertions(+) (limited to 'templates') diff --git a/templates/board_index.php b/templates/board_index.php index 20862a4b..e6054189 100644 --- a/templates/board_index.php +++ b/templates/board_index.php @@ -74,6 +74,19 @@ + diff --git a/templates/board_public.php b/templates/board_public.php index 339c8035..4c8f7c92 100644 --- a/templates/board_public.php +++ b/templates/board_public.php @@ -40,6 +40,20 @@ + + diff --git a/templates/task_edit.php b/templates/task_edit.php index e400e790..eca4537a 100644 --- a/templates/task_edit.php +++ b/templates/task_edit.php @@ -23,6 +23,9 @@
+ +
+
diff --git a/templates/task_new.php b/templates/task_new.php index dd2ba3b4..30e97a85 100644 --- a/templates/task_new.php +++ b/templates/task_new.php @@ -23,6 +23,9 @@
+ +
+
diff --git a/templates/task_show.php b/templates/task_show.php index 1c5cffaa..59e00b1b 100644 --- a/templates/task_show.php +++ b/templates/task_show.php @@ -20,6 +20,11 @@ + +
  • + +
  • +
  • -- cgit v1.2.3