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