task_update.php 269 B

12345678
  1. <html>
  2. <body>
  3. <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
  4. <?= $this->render('task/changes', array('changes' => $changes, 'task' => $task, 'public' => true)) ?>
  5. <?= $this->render('notification/footer', array('task' => $task)) ?>
  6. </body>
  7. </html>