From c598151c68f2bd05e9d3db18a10ecd96acd96d8f Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 Mar 2020 08:13:39 +0100 Subject: [PATCH] Hide some fields. --- resources/views/v1/list/groups.twig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index 3dc2aaaa9d..d2a077a7cd 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -57,9 +57,9 @@ TODO: hide and show columns {% if showCategory or showBudget %} -   +   {% else %} -   +   {% endif %}
@@ -81,7 +81,7 @@ TODO: hide and show columns {% set style="border-bottom:1px #aaa solid;" %} {% endif %} - + {% if transaction.transaction_type_type == 'Withdrawal' %} {% 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 }} @@ -178,7 +178,7 @@ TODO: hide and show columns {% endif %} {% if group.count == 1 %} - +
@@ -194,11 +194,11 @@ TODO: hide and show columns {% endif %} {% if group.count != 1 %} - +   {% endif %} - +