summaryrefslogtreecommitdiff
path: root/app/Template/event_comment_update.php
blob: 27cc0be652785b8edd4b0386b2bd9282143b86d7 (plain)
1
2
3
4
5
6
7
<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 class="markdown"><?= Helper\markdown($comment['comment']) ?></div>
</div>