From 344f585a325a77e86874d0deebe7cd927569bdb4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 19 Mar 2016 11:56:28 -0400 Subject: Improve comments design --- app/Template/comment/remove.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/Template/comment/remove.php') diff --git a/app/Template/comment/remove.php b/app/Template/comment/remove.php index 1b5004f4..3174df02 100644 --- a/app/Template/comment/remove.php +++ b/app/Template/comment/remove.php @@ -7,7 +7,11 @@

- render('comment/show', array('comment' => $comment, 'task' => $task, 'preview' => true)) ?> + render('comment/show', array( + 'comment' => $comment, + 'task' => $task, + 'hide_actions' => true + )) ?>
url->link(t('Yes'), 'comment', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'comment_id' => $comment['id']), true, 'btn btn-red') ?> -- cgit v1.2.3