summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_update.php
blob: 86b7466e2e8181fbae4d902468494d824796744a (plain)
1
2
3
4
5
6
7
8
<html>
<body>
<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)) ?>
</body>
</html>