diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-24 19:31:34 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-24 19:31:34 -0400 |
commit | cead21691e449707e17dba4ef0be3f8ce0ee42f5 (patch) | |
tree | bbe11e3c4f3a73cde2ab8a4b1750f2db14521903 /app/Template/task | |
parent | 49d312d5a41ccfe23432ef0f00a6ae79c8fd558f (diff) |
Removed useless keyboard shortcut
Diffstat (limited to 'app/Template/task')
-rw-r--r-- | app/Template/task/layout.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/task/layout.php b/app/Template/task/layout.php index 00e0e9ae..7f6c2913 100644 --- a/app/Template/task/layout.php +++ b/app/Template/task/layout.php @@ -4,7 +4,6 @@ <section class="sidebar-container" id="task-view" data-edit-url="<?= $this->url->href('TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" - data-description-url="<?= $this->url->href('TaskModificationController', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" data-subtask-url="<?= $this->url->href('SubtaskController', 'create', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" data-internal-link-url="<?= $this->url->href('TaskInternalLinkController', 'create', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" data-comment-url="<?= $this->url->href('CommentController', 'create', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"> |