summaryrefslogtreecommitdiff
path: root/app/Template/event/task_update.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/event/task_update.php')
-rw-r--r--app/Template/event/task_update.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Template/event/task_update.php b/app/Template/event/task_update.php
index 34b96257..24b17446 100644
--- a/app/Template/event/task_update.php
+++ b/app/Template/event/task_update.php
@@ -1,5 +1,8 @@
<p class="activity-title">
- <?= e('%s updated the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>', $this->e($author), $task_id, $task_id) ?>
+ <?= e('%s updated the task %s',
+ $this->e($author),
+ $this->a(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
+ ) ?>
</p>
<p class="activity-description">
<em><?= $this->e($task['title']) ?></em>