From 4b9a40664bc0de880de9680f4caf34016d63d16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 11 Sep 2022 00:44:13 +0200 Subject: [PATCH] Added an accordion item with the header info to tags and "all parts" list --- templates/Parts/lists/all_list.html.twig | 16 +++++++++++++++- templates/Parts/lists/tags_list.html.twig | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/templates/Parts/lists/all_list.html.twig b/templates/Parts/lists/all_list.html.twig index 6c83cacd..6c79a1d6 100644 --- a/templates/Parts/lists/all_list.html.twig +++ b/templates/Parts/lists/all_list.html.twig @@ -6,7 +6,21 @@ {% block content %} -
+
+
+
+ +
+
+
+ +
+
+
+ {% include "Parts/lists/_filter.html.twig" %}
diff --git a/templates/Parts/lists/tags_list.html.twig b/templates/Parts/lists/tags_list.html.twig index 90a1f9f0..f7cdc65f 100644 --- a/templates/Parts/lists/tags_list.html.twig +++ b/templates/Parts/lists/tags_list.html.twig @@ -6,7 +6,21 @@ {% block content %} -
+
+
+
+ +
+
+
+ +
+
+
+ {% include "Parts/lists/_filter.html.twig" %}