Update links on the board

This commit is contained in:
Frederic Guillot
2016-06-24 18:18:47 -04:00
parent 3e1a48113c
commit 16a138c86f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
<?php else: ?>
<?= $this->url->link(
$this->text->e($task['category_name']),
'TaskPopoverController',
'changeCategory',
'TaskModificationController',
'edit',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'popover' . (! empty($task['category_description']) ? ' tooltip' : ''),