diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-03-09 21:25:41 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-03-09 21:25:41 -0500 |
| commit | d79820283523823be71cb68fe2910db157d5d233 (patch) | |
| tree | 529705ca7ad520198e5a611cee422aa9439c881c /app/Template/tasklink/remove.php | |
| parent | 7b20a14e8df545080fd5f1e98d31a763a51af517 (diff) | |
Improve PR about task links table
Diffstat (limited to 'app/Template/tasklink/remove.php')
| -rw-r--r-- | app/Template/tasklink/remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/remove.php b/app/Template/tasklink/remove.php index 262fb488..42bf3012 100644 --- a/app/Template/tasklink/remove.php +++ b/app/Template/tasklink/remove.php @@ -10,6 +10,6 @@ <div class="form-actions"> <?= $this->url->link(t('Yes'), 'tasklink', 'remove', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id']), true, 'btn btn-red') ?> <?= t('or') ?> - <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> + <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?> </div> </div>
\ No newline at end of file |
