From e6c72b2995b1b6343ed3fc961efc8edeb2407a55 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 2 Jul 2017 09:24:46 +0200 Subject: [PATCH] Fixed mobile display --- resources/views/categories/no-category.twig | 8 ++++---- resources/views/categories/show.twig | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/categories/no-category.twig b/resources/views/categories/no-category.twig index 0037b77257..64a8dfc793 100644 --- a/resources/views/categories/no-category.twig +++ b/resources/views/categories/no-category.twig @@ -9,14 +9,14 @@ {# upper show-all instruction #} {% if periods.count > 0 %}
- {% endif %}
-
+

{{ subTitle }}

@@ -39,7 +39,7 @@
{% if periods.count > 0 %} -
+
{% for period in periods %} {% if period.count > 0 %}
@@ -84,7 +84,7 @@ {# lower show-all instruction #} {% if periods.count > 0 %}
- diff --git a/resources/views/categories/show.twig b/resources/views/categories/show.twig index 9a1648d3da..2bb556734e 100644 --- a/resources/views/categories/show.twig +++ b/resources/views/categories/show.twig @@ -8,7 +8,7 @@
{% if moment != 'all' %} {# both charts #} -
+

@@ -20,7 +20,7 @@

-
+

@@ -65,7 +65,7 @@

{{ 'transactions'|_ }}

- {% include 'list.journals' with {hideCategories: true} %} + {% include 'list.journals' with {hideCategories: true, hideBills: true} %} {% if periods.count > 0 %}