1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Template/notification/footer.php

8 lines
445 B
PHP
Raw Normal View History

2014-11-23 20:13:38 +01:00
<hr/>
Kanboard
<?php if (isset($application_url) && ! empty($application_url)): ?>
2015-08-16 17:04:56 +02:00
- <a href="<?= $this->url->href('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', true) ?>"><?= t('view the task on Kanboard') ?></a>
- <a href="<?= $this->url->href('board', 'show', array('project_id' => $task['project_id']), false, '', true) ?>"><?= t('view the board on Kanboard') ?></a>
2014-11-23 20:13:38 +01:00
<?php endif ?>