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

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

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

<?= Helper\template('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>