summaryrefslogtreecommitdiff
path: root/app/Templates/project_tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/project_tasks.php')
-rw-r--r--app/Templates/project_tasks.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/Templates/project_tasks.php b/app/Templates/project_tasks.php
index bc27befa..7b6f2d9c 100644
--- a/app/Templates/project_tasks.php
+++ b/app/Templates/project_tasks.php
@@ -12,7 +12,12 @@
<?php if (empty($tasks)): ?>
<p class="alert"><?= t('No task') ?></p>
<?php else: ?>
- <?= Helper\template('task_table', array('tasks' => $tasks, 'categories' => $categories, 'columns' => $columns)) ?>
+ <?= Helper\template('task_table', array(
+ 'tasks' => $tasks,
+ 'categories' => $categories,
+ 'columns' => $columns,
+ 'pagination' => $pagination,
+ )) ?>
<?php endif ?>
</section>
</section> \ No newline at end of file