diff options
Diffstat (limited to 'app/Template/listing/show.php')
-rw-r--r-- | app/Template/listing/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/listing/show.php b/app/Template/listing/show.php index 1c92de4c..4ceb7f87 100644 --- a/app/Template/listing/show.php +++ b/app/Template/listing/show.php @@ -34,7 +34,7 @@ <?= $this->text->e($task['category_name']) ?> </td> <td> - <?= $this->url->link($this->text->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> + <?= $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> </td> <td> <?php if ($task['assignee_username']): ?> |