summaryrefslogtreecommitdiff
path: root/app/Template/project/tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project/tasks.php')
-rw-r--r--app/Template/project/tasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/tasks.php b/app/Template/project/tasks.php
index 638e4c31..6fe20c38 100644
--- a/app/Template/project/tasks.php
+++ b/app/Template/project/tasks.php
@@ -10,7 +10,7 @@
<?php if (empty($tasks)): ?>
<p class="alert"><?= t('No task') ?></p>
<?php else: ?>
- <?= Helper\template('task_table', array(
+ <?= Helper\template('task/table', array(
'tasks' => $tasks,
'categories' => $categories,
'columns' => $columns,