From 53b77e6bf934768362d80934dee3b19b34aeae03 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 Mar 2020 08:17:02 +0100 Subject: [PATCH] hide cat and bud [skip ci] --- resources/views/v1/list/groups.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index f6aed656d2..df04a965e5 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -24,10 +24,10 @@ TODO: hide and show columns {{ trans('list.source_account') }} {{ trans('list.destination_account') }} {% if showCategory %} - {{ trans('list.category') }} + {{ trans('list.category') }} {% endif %} {% if showBudget %} - {{ trans('list.budget') }} + {{ trans('list.budget') }} {% endif %}     @@ -161,7 +161,7 @@ TODO: hide and show columns title="{{ transaction.destination_account_iban|default(transaction.destination_account_name) }}">{{ transaction.destination_account_name }} {% if showCategory %} - + {% if transaction.category_id %} {{ transaction.category_name }} @@ -169,7 +169,7 @@ TODO: hide and show columns {% endif %} {% if showBudget %} - + {% if transaction.budget_id %} {{ transaction.budget_name }}