From 86928e37bced3d99f5cc2f449fb458c2344fd317 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 7 Oct 2014 11:27:46 -0400 Subject: Add comment creation form to the task summary page (pull-request #300) --- app/Templates/task_comments.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/Templates/task_comments.php') diff --git a/app/Templates/task_comments.php b/app/Templates/task_comments.php index acd84952..12deff98 100644 --- a/app/Templates/task_comments.php +++ b/app/Templates/task_comments.php @@ -11,5 +11,17 @@ 'not_editable' => isset($not_editable) && $not_editable, )) ?> + + + true, + 'values' => array( + 'user_id' => Helper\get_user_id(), + 'task_id' => $task['id'], + ), + 'errors' => array(), + 'task' => $task + )) ?> + \ No newline at end of file -- cgit v1.2.3