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