summaryrefslogtreecommitdiff
path: root/app/Template/event_task_open.php
blob: 9623be749e62e45cc373d1a7f157ff4f0c1511f9 (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>', Helper\escape($author), $task_id, $task_id) ?>
</p>
<p class="activity-description">
    <em><?= Helper\escape($task['title']) ?></em>
</p>