Kanboard-Prod/app/Templates/notification_comment_creati...

7 lines
269 B
PHP

<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('New comment posted by %s', $comment['name'] ?: $comment['username']) ?></h3>
<?= Helper\parse($comment['comment']) ?>
<?= Helper\template('notification_footer', array('task' => $task)) ?>