summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-19 17:08:00 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-19 17:08:00 -0500
commit3b3e8033696e408e699b911c042361d62ce7b7ac (patch)
tree33f2d450bbe40a56703cf22f0d62a67a6f6923f5 /app/Controller
parentdc7c7667ec2eb648ca097d00c25a00f7cc9a7d19 (diff)
Redesign task list view
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/TaskListController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/TaskListController.php b/app/Controller/TaskListController.php
index c6d1fa92..3f48be85 100644
--- a/app/Controller/TaskListController.php
+++ b/app/Controller/TaskListController.php
@@ -35,7 +35,7 @@ class TaskListController extends BaseController
)
->calculate();
- $this->response->html($this->helper->layout->app('task_list/show', array(
+ $this->response->html($this->helper->layout->app('task_list/listing', array(
'project' => $project,
'title' => $project['name'],
'description' => $this->helper->projectHeader->getDescription($project),