blob: 79d34f90d4ba227ea3475d67dc9abb130429bfa2 (
plain)
1
2
3
4
5
6
7
8
|
<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>
|