diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:14:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-19 18:14:20 -0400 |
commit | 401b0bdfb10ebfe75c9a392de52d37cc3c22c062 (patch) | |
tree | 841bf69b8d404a29ab92692a9ebfb8d5a7e500e1 /app/Template/board/table_swimlane.php | |
parent | fcdd71af2cabdd1252172ac83a24be8672ca34cc (diff) |
Split task controller into smaller classes
Diffstat (limited to 'app/Template/board/table_swimlane.php')
-rw-r--r-- | app/Template/board/table_swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index 436c53b5..4cd137cb 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -15,7 +15,7 @@ <th class="board-column"> <?php if (! $not_editable): ?> <div class="board-add-icon"> - <?= $this->url->link('+', 'task', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-board-popover', t('Add a new task')) ?> + <?= $this->url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-board-popover', t('Add a new task')) ?> </div> <?php endif ?> |