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/edit.php | |
parent | 7b20a14e8df545080fd5f1e98d31a763a51af517 (diff) |
Improve PR about task links table
Diffstat (limited to 'app/Template/tasklink/edit.php')
-rw-r--r-- | app/Template/tasklink/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/edit.php b/app/Template/tasklink/edit.php index 15afe047..b174c348 100644 --- a/app/Template/tasklink/edit.php +++ b/app/Template/tasklink/edit.php @@ -29,6 +29,6 @@ <div class="form-actions"> <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <?= 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> </form>
\ No newline at end of file |