diff --git a/app/Template/comments/show.php b/app/Template/comments/show.php index ccc1d9cc8..76af55936 100644 --- a/app/Template/comments/show.php +++ b/app/Template/comments/show.php @@ -3,10 +3,12 @@

-
- - url->link(t('change sorting'), 'comment', 'toggleSorting', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> -
+ +
+ + url->link(t('change sorting'), 'comment', 'toggleSorting', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> +
+ render('comment/show', array( 'comment' => $comment,