summaryrefslogtreecommitdiff
path: root/app/Templates/notification_comment_update.php
blob: 1c279737539cb6eaa666fc0e655f99235fa2b2b2 (plain)
1
2
3
4
5
6
7
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>

<h3><?= t('Comment updated') ?></h3>

<?= Helper\parse($comment['comment']) ?>

<?= Helper\template('notification_footer', array('task' => $task)) ?>