From f17b6dbdf3b0caa2341d8ec7d20d3834f2f9ac3c Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Jun 2021 18:19:43 +0200 Subject: [PATCH] Fix icons. --- resources/views/v1/list/piggy-banks.twig | 4 ++-- resources/views/v1/rules/index.twig | 2 +- resources/views/v1/transactions/bulk/edit.twig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/v1/list/piggy-banks.twig b/resources/views/v1/list/piggy-banks.twig index 9a97feeda1..c530ff3cb4 100644 --- a/resources/views/v1/list/piggy-banks.twig +++ b/resources/views/v1/list/piggy-banks.twig @@ -52,7 +52,7 @@ {% if piggy.current_amount > 0 %} - + {% endif %} @@ -77,7 +77,7 @@ {% if piggy.left_to_save > 0 %} - + {% endif %} diff --git a/resources/views/v1/rules/index.twig b/resources/views/v1/rules/index.twig index d023d6dea1..e39e18fa0a 100644 --- a/resources/views/v1/rules/index.twig +++ b/resources/views/v1/rules/index.twig @@ -98,7 +98,7 @@
{% if rule.active %} {# show which transactions would match #} - + {# actually execute rule #} diff --git a/resources/views/v1/transactions/bulk/edit.twig b/resources/views/v1/transactions/bulk/edit.twig index 7bd727f40e..4786b49eb7 100644 --- a/resources/views/v1/transactions/bulk/edit.twig +++ b/resources/views/v1/transactions/bulk/edit.twig @@ -86,7 +86,7 @@ {% if journal.journals_in_group > 1 %} - + {% endif %}