summaryrefslogtreecommitdiff
path: root/app/Template/event/comment_update.php
blob: c0b43622cb07bdb9eec1fdcc7859c42f37932121 (plain)
1
2
3
4
5
6
<p class="activity-title">
    <?= e('%s updated a comment on the task <a href="?controller=task&amp;action=show&amp;task_id=%d">#%d</a>', Helper\escape($author), $task_id, $task_id) ?>
</p>
<div class="activity-description">
    <em><?= Helper\escape($task['title']) ?></em><br/>
</div>