summaryrefslogtreecommitdiff
path: root/app/Template/event/task_open.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/event/task_open.php')
-rw-r--r--app/Template/event/task_open.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/event/task_open.php b/app/Template/event/task_open.php
index 9a408449..11fec64b 100644
--- a/app/Template/event/task_open.php
+++ b/app/Template/event/task_open.php
@@ -1,9 +1,9 @@
-<?= $this->avatar($email, $author) ?>
+<?= $this->user->avatar($email, $author) ?>
<p class="activity-title">
<?= e('%s opened the task %s',
$this->e($author),
- $this->a(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
+ $this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
) ?>
</p>
<p class="activity-description">