summaryrefslogtreecommitdiff
path: root/app/Templates/notification_comment_creation.php
blob: fac6ea25bca780a54bc1a974ab8119af91c27f4d (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)) ?>