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/task/public.php | 2 +- app/Template/task/show.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/task') diff --git a/app/Template/task/public.php b/app/Template/task/public.php index b8405ff7..eb3b9f1d 100644 --- a/app/Template/task/public.php +++ b/app/Template/task/public.php @@ -26,7 +26,7 @@ 'is_public' => true, )) ?> - render('comments/show', array( + render('task_comments/show', array( 'task' => $task, 'comments' => $comments, 'project' => $project, diff --git a/app/Template/task/show.php b/app/Template/task/show.php index a5c2d5a7..565f0632 100644 --- a/app/Template/task/show.php +++ b/app/Template/task/show.php @@ -54,7 +54,7 @@ hook->render('template:task:show:before-comments', array('task' => $task, 'project' => $project)) ?> - render('comments/show', array( + render('task_comments/show', array( 'task' => $task, 'comments' => $comments, 'project' => $project, -- cgit v1.2.3