summaryrefslogtreecommitdiff
path: root/app/Template/notification/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/notification/footer.php')
-rw-r--r--app/Template/notification/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/footer.php b/app/Template/notification/footer.php
index 4de1487e..7041c43b 100644
--- a/app/Template/notification/footer.php
+++ b/app/Template/notification/footer.php
@@ -2,5 +2,5 @@
Kanboard
<?php if (isset($application_url) && ! empty($application_url)): ?>
- - <a href="<?= $application_url.$this->u('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"><?= t('view the task on Kanboard') ?></a>.
+ - <a href="<?= $application_url.$this->url->href('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"><?= t('view the task on Kanboard') ?></a>.
<?php endif ?>