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

<h3><?= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?></h3>

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

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