diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-01 21:10:27 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-01 21:10:27 -0800 |
commit | 7bb09c3f9b3440cf297104f32e80050601d61533 (patch) | |
tree | 3d5f2d014ffcabd3fd674d116ee1e3053aad527e /app/Templates/board_task.php | |
parent | 457e181ffb915e36e5da77317a6c824e10f5d5b3 (diff) |
Improve task controller and fix bug description popover
Diffstat (limited to 'app/Templates/board_task.php')
-rw-r--r-- | app/Templates/board_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/board_task.php b/app/Templates/board_task.php index 0bc96579..4370558b 100644 --- a/app/Templates/board_task.php +++ b/app/Templates/board_task.php @@ -69,7 +69,7 @@ <?php endif ?> <?php if (! empty($task['description'])): ?> - <a class="task-board-popover" href='?controller=task&action=editDescription&task_id=<?= $task['id'] ?>'><i class="fa fa-file-text-o" title="<?= t('Description') ?>"></i></a> + <a class="task-description-popover" href="?controller=task&action=description&task_id=<?= $task['id'] ?>"><i class="fa fa-file-text-o" title="<?= t('Description') ?>" data-href="?controller=task&action=description&task_id=<?= $task['id'] ?>"></i></a> <?php endif ?> </div> </div> |