blob: 92c06ffb66ce1b1eefc92784f4ff8117b9df02f6 (
plain)
1
2
3
4
5
6
7
|
<h2><?= Helper\escape($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment updated') ?></h3>
<?= Helper\markdown($comment['comment']) ?>
<?= Helper\template('notification_footer', array('task' => $task)) ?>
|