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

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

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

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