From d459bec035acaa8a03de6de1b33cb1048361d8d0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Jan 2017 22:54:05 -0500 Subject: Display at least the title when there is no custom filters --- app/Template/custom_filter/index.php | 86 ++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 42 deletions(-) diff --git a/app/Template/custom_filter/index.php b/app/Template/custom_filter/index.php index d8d1c8e0..9475c278 100644 --- a/app/Template/custom_filter/index.php +++ b/app/Template/custom_filter/index.php @@ -1,4 +1,3 @@ - - - - - - - - - - - - - - - - - - + + + + +
text->e($filter['name']) ?>text->e($filter['filter']) ?> - - - - - - - - - - - - text->e($filter['owner_name'] ?: $filter['owner_username']) ?> - user->getId() || $this->user->hasProjectAccess('CustomFilterController', 'edit', $project['id'])): ?> - + + + + + + + + + + + + + + + + - - -
text->e($filter['name']) ?>text->e($filter['filter']) ?> + + + + + + + + + + -
+
text->e($filter['owner_name'] ?: $filter['owner_username']) ?> + user->getId() || $this->user->hasProjectAccess('CustomFilterController', 'edit', $project['id'])): ?> + + +
+ +

-- cgit v1.2.3