Open comments in board view with a modal dialog instead of tooltip

This commit is contained in:
Frederic Guillot
2017-02-11 17:22:10 -05:00
parent 28052edb22
commit 8bf054a480
26 changed files with 195 additions and 95 deletions

View File

@@ -26,7 +26,7 @@
'is_public' => true,
)) ?>
<?= $this->render('comments/show', array(
<?= $this->render('task_comments/show', array(
'task' => $task,
'comments' => $comments,
'project' => $project,