From 07e3f51edb76f1c20c7c7f222b356cd0a26fca42 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 14 Feb 2016 16:11:55 -0500 Subject: Move project header templates to folder project_header --- app/Template/listing/show.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Template/listing/show.php') diff --git a/app/Template/listing/show.php b/app/Template/listing/show.php index e7aa5947..9a5992e3 100644 --- a/app/Template/listing/show.php +++ b/app/Template/listing/show.php @@ -1,7 +1,10 @@
- render('project/filters', array( + render('project_header/header', array( 'project' => $project, 'filters' => $filters, + 'custom_filters_list' => $custom_filters_list, + 'users_list' => $users_list, + 'categories_list' => $categories_list, )) ?> isEmpty()): ?> -- cgit v1.2.3