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/board/tooltip_comments.php | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'app/Template/board') diff --git a/app/Template/board/tooltip_comments.php b/app/Template/board/tooltip_comments.php index 6665bc7d..1db07356 100644 --- a/app/Template/board/tooltip_comments.php +++ b/app/Template/board/tooltip_comments.php @@ -1,16 +1,9 @@ -
+
-

- - text->e($comment['name'] ?: $comment['username']) ?> @ - - dt->datetime($comment['date_creation']) ?> -

- -
-
- text->markdown($comment['comment']) ?> -
-
+ render('comment/show', array( + 'comment' => $comment, + 'task' => $task, + 'hide_actions' => true, + )) ?> -
+ -- cgit v1.2.3