summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_update.php
blob: 8adb2553f36f8e5d33e00c66f58c62e446fa473e (plain)
1
2
3
4
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>

<?= $this->render('task/changes', array('changes' => $changes, 'task' => $task)) ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>