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

8 lines
221 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']) ?>
<hr/>
<p>Kanboard</p>