summaryrefslogtreecommitdiff
path: root/app/Template/notification/task_update.php
blob: 54f5c6d1cfadb0c22c1a8eb57b482adc363682be (plain)
1
2
3
4
<h2><?= $this->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)) ?>