summaryrefslogtreecommitdiff
path: root/app/Template/event/task_update.php
blob: 34b962579591a3253122e470ffeb35b7c0588dca (plain)
1
2
3
4
5
6
<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) ?>
</p>
<p class="activity-description">
    <em><?= $this->e($task['title']) ?></em>
</p>