diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index 4e561f144..74c1b74da 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -96,14 +96,18 @@ 0): ?> - modal->medium( - 'comments-o', - $task['nb_comments'], - 'CommentListController', - 'show', - array('task_id' => $task['id'], 'project_id' => $task['project_id']), - $task['nb_comments'] == 1 ? t('%d comment', $task['nb_comments']) : t('%d comments', $task['nb_comments']) - ) ?> + +   + + modal->medium( + 'comments-o', + $task['nb_comments'], + 'CommentListController', + 'show', + array('task_id' => $task['id'], 'project_id' => $task['project_id']), + $task['nb_comments'] == 1 ? t('%d comment', $task['nb_comments']) : t('%d comments', $task['nb_comments']) + ) ?> +