From fb8c3352004c255de66848cd97644298a8ea452a Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 18 Feb 2017 14:51:24 -0500 Subject: Simplify custom filters table --- app/Template/custom_filter/index.php | 51 +++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 24 deletions(-) (limited to 'app') diff --git a/app/Template/custom_filter/index.php b/app/Template/custom_filter/index.php index 9475c278..9180deee 100644 --- a/app/Template/custom_filter/index.php +++ b/app/Template/custom_filter/index.php @@ -9,43 +9,46 @@ - + - - + - - - + +
text->e($filter['name']) ?>text->e($filter['filter']) ?> - - - - - + 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'])): ?> - + + + + + + + + + + + text->e($filter['owner_name'] ?: $filter['owner_username']) ?> +
-- cgit v1.2.3