summaryrefslogtreecommitdiff
path: root/app/Templates/task_layout.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-27 10:07:59 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-27 10:07:59 -0400
commit73944ae3687525eb7fafa0a0de2b919b51974542 (patch)
tree40f4fad495cd5ca4e10810686090b5ccc87f999c /app/Templates/task_layout.php
parent93783274a438204a31865c848913088af96f0377 (diff)
Improve assets loading (add helpers)
Diffstat (limited to 'app/Templates/task_layout.php')
-rw-r--r--app/Templates/task_layout.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Templates/task_layout.php b/app/Templates/task_layout.php
index ce5f36c5..cc711b78 100644
--- a/app/Templates/task_layout.php
+++ b/app/Templates/task_layout.php
@@ -14,4 +14,5 @@
</div>
</section>
</section>
-<script type="text/javascript" src="assets/js/task.js"></script> \ No newline at end of file
+
+<?= Helper\js('assets/js/task.js') ?>