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

<?php if (isset($application_url) && ! empty($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 ?>