summaryrefslogtreecommitdiff
path: root/app/Template/event/task_close.php
blob: 6ab476bd05f3b764f5fb7cf08ee38e03af98acf4 (plain)
1
2
3
4
5
6
<p class="activity-title">
    <?= e('%s closed 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>