comment_update.php 262 B

1234567891011
  1. <html>
  2. <body>
  3. <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
  4. <h3><?= t('Comment updated') ?></h3>
  5. <?= $this->text->markdown($comment['comment'], true) ?>
  6. <?= $this->render('notification/footer', array('task' => $task)) ?>
  7. </body>
  8. </html>