summaryrefslogtreecommitdiff
path: root/app/Template/board/show.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-15 21:54:21 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-15 21:54:21 -0500
commitb2c95a25e3b866f3987ac54c48e0a65792c8517d (patch)
treece9b468723b87892985fa28eb40221ef44de51c2 /app/Template/board/show.php
parent353117f44e02e47019b846806fc11bad7df57152 (diff)
Enable keyboard shortcut inside textarea and minor fixes
Diffstat (limited to 'app/Template/board/show.php')
-rw-r--r--app/Template/board/show.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/board/show.php b/app/Template/board/show.php
index 9fa95dbd..f1607d26 100644
--- a/app/Template/board/show.php
+++ b/app/Template/board/show.php
@@ -7,6 +7,7 @@
data-check-interval="<?= $board_private_refresh_interval ?>"
data-save-url="<?= $this->u('board', 'save', array('project_id' => $project['id'])) ?>"
data-check-url="<?= $this->u('board', 'check', array('project_id' => $project['id'], 'timestamp' => time())) ?>"
+ data-task-creation-url="<?= $this->u('task', 'create', array('project_id' => $project['id'])) ?>"
>
<?php endif ?>