From 8bf054a480ecc2d31b857cb27bd6256f1efdd74c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Feb 2017 17:22:10 -0500 Subject: Open comments in board view with a modal dialog instead of tooltip --- app/Template/comment/show.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index f8d9607e..d8470c24 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -9,13 +9,6 @@ dt->datetime($comment['date_creation']) ?> dt->datetime($comment['date_modification']) ?> - - - -
-
- text->markdown($comment['comment'], isset($is_public) && $is_public) ?> -
@@ -36,4 +29,10 @@ + +
+
+ text->markdown($comment['comment'], isset($is_public) && $is_public) ?> +
+
-- cgit v1.2.3