From fff45f71fd81157409638b5bf3b8a31ef66ead4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Sun, 12 Oct 2025 17:49:33 +0200 Subject: [PATCH] Templates, yet again --- .../components/SearchComponent.html.twig | 1 - templates/feedback/form.html.twig | 52 ++++++++++--------- templates/pages/search.html.twig | 4 +- 3 files changed, 30 insertions(+), 27 deletions(-) diff --git a/templates/components/SearchComponent.html.twig b/templates/components/SearchComponent.html.twig index c694e9d..dd717a6 100644 --- a/templates/components/SearchComponent.html.twig +++ b/templates/components/SearchComponent.html.twig @@ -26,7 +26,6 @@ {% if not is_granted('IS_AUTHENTICATED_FULLY') %}

Log in to search articles.

- Currently only available on desktop.
{% endif %} diff --git a/templates/feedback/form.html.twig b/templates/feedback/form.html.twig index 39e75ca..78386e3 100644 --- a/templates/feedback/form.html.twig +++ b/templates/feedback/form.html.twig @@ -4,31 +4,33 @@ {% block body %}
-
-
-
-

To: - {% for r in recipients %} - - {% if not loop.last %}and {% endif %} - {% endfor %} -

- - -
-
- -
-
Preview
-

-  
+
+
+
+
+

To: + {% for r in recipients %} + + {% if not loop.last %}and {% endif %} + {% endfor %} +

+ + +
+
+ +
+
Preview
+

+        
+
{% endblock %} diff --git a/templates/pages/search.html.twig b/templates/pages/search.html.twig index bc244f9..28d1bdc 100644 --- a/templates/pages/search.html.twig +++ b/templates/pages/search.html.twig @@ -10,7 +10,9 @@

hidden gems

- +
+ +
{% endblock %} {% block aside %}