summaryrefslogtreecommitdiff
path: root/app/Template/comments/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comments/show.php')
-rw-r--r--app/Template/comments/show.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/comments/show.php b/app/Template/comments/show.php
index 5c6d8e20..3edf7076 100644
--- a/app/Template/comments/show.php
+++ b/app/Template/comments/show.php
@@ -6,8 +6,7 @@
<?php if (!isset($is_public) || !$is_public): ?>
<div class="comment-sorting">
<small>
- <i class="fa fa-sort"></i>
- <?= $this->url->link(t('change sorting'), 'CommentController', 'toggleSorting', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
+ <?= $this->url->icon('sort', t('change sorting'), 'CommentController', 'toggleSorting', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
</small>
</div>
<?php endif ?>
@@ -26,6 +25,7 @@
'values' => array(
'user_id' => $this->user->getId(),
'task_id' => $task['id'],
+ 'project_id' => $task['project_id'],
),
'errors' => array(),
'task' => $task,