blob: 8d39b1521e44ef37be06b2019f81c53c3de11715 (
plain)
1
2
3
4
|
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
<?= $this->render('task/changes', array('changes' => $changes, 'task' => $task, 'public' => true)) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>
|