summaryrefslogtreecommitdiff
path: root/app/Template/notification/comment_update.php
blob: c22e8f1a1a760c6d93a36a5bf34f62ec061595a4 (plain)
1
2
3
4
5
6
7
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>

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

<?= $this->text->markdown($comment['comment'], true) ?>

<?= $this->render('notification/footer', array('task' => $task)) ?>