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 %}