mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
6 lines
277 B
PHP
6 lines
277 B
PHP
<hr/>
|
|
Kanboard
|
|
|
|
<?php if (isset($application_url) && ! empty($application_url)): ?>
|
|
- <a href="<?= $application_url.$this->u('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"><?= t('view the task on Kanboard') ?></a>.
|
|
<?php endif ?>
|