summaryrefslogtreecommitdiff
path: root/app/Template/notification/footer.php
blob: b057a60cb85e55960244dd648a59c4e4f13440db (plain)
1
2
3
4
5
6
7
<hr/>
Kanboard

<?php if ($this->app->config('application_url') != ''): ?>
    - <?= $this->url->absoluteLink(t('view the task on Kanboard'), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
    - <?= $this->url->absoluteLink(t('view the board on Kanboard'), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?>
<?php endif ?>