From 8436a86536b72f892a7d369e198eb01957d0f8ed Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 Mar 2020 08:14:47 +0100 Subject: [PATCH] Hide icon [skip ci] --- 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 d2a077a7cd..3e3cdded01 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -17,7 +17,7 @@ TODO: hide and show columns -   +   {{ trans('list.description') }} {{ trans('list.amount') }} {{ trans('list.date') }} @@ -57,9 +57,9 @@ TODO: hide and show columns {% if showCategory or showBudget %} -   +   {% else %} -   +   {% 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 %} - +