Files
Kanboard-Prod/app/Template/notification/task_update.php
Frederic Guillot 8f3e2b2e5c Helper refactoring
2016-03-04 20:10:34 -05:00

4 lines
260 B
PHP

<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)) ?>