From b37ed5ab23531b3b966cb226a8804da67c39e0a7 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 30 Dec 2017 20:07:49 +0100 Subject: [PATCH] Code for #1077 --- resources/views/tags/index.twig | 65 +++++++-------------------------- 1 file changed, 13 insertions(+), 52 deletions(-) diff --git a/resources/views/tags/index.twig b/resources/views/tags/index.twig index e611b43801..6aee84d08b 100644 --- a/resources/views/tags/index.twig +++ b/resources/views/tags/index.twig @@ -8,6 +8,13 @@ {% if count == 0 %} {% include 'partials.empty' with {what: 'default', type: 'tags',route: route('tags.create')} %} {% else %} +
+ +
{% for period,entries in clouds %} {% if entries|length > 0 %}
@@ -31,59 +38,13 @@
{% endif %} {% endfor %} - {# - -
- - {% for type in types %} - {% if counts[type] > 0 %} -
-
-
-

{{ ('tag_title_'~type)|_ }}

-
-
- {% for year,months in collection[type] %} -

{{ year }}

- - {% for month,tags in months %} -
{{ month }}
-

- {% for tag in tags %} - - {% if tag.tagMode == 'nothing' %} - - {% endif %} - {% if tag.tagMode == 'balancingAct' %} - - {% endif %} - {% if tag.tagMode == 'advancePayment' %} - - {% endif %} - {{ tag.tag }} - - {% endfor %} -

- {% endfor %} - {% endfor %} - - -
- -
-
- {% endif %} - {% endfor %} - + - #} {% endif %} {% endblock %}