blob: 87c785ccc20a8f7e0e8259eb0f2724851982b7ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<body>
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<h3><?= t('Comment updated') ?></h3>
<?= $this->text->markdown($comment['comment'], true) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
</body>
</html>
|