summaryrefslogtreecommitdiff
path: root/app/Templates/task_comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/task_comments.php')
-rw-r--r--app/Templates/task_comments.php12
1 files changed, 12 insertions, 0 deletions
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,
)) ?>
<?php endforeach ?>
+
+ <?php if (! isset($not_editable)): ?>
+ <?= Helper\template('comment_create', array(
+ 'skip_cancel' => true,
+ 'values' => array(
+ 'user_id' => Helper\get_user_id(),
+ 'task_id' => $task['id'],
+ ),
+ 'errors' => array(),
+ 'task' => $task
+ )) ?>
+ <?php endif ?>
</div>
<?php endif ?> \ No newline at end of file