From 2572e045dc9d301f3965463a252cbc427b81caa0 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sun, 13 Jul 2025 18:04:30 +0200 Subject: [PATCH] style medias sociaux --- templates/public/edit.html.twig | 20 ++++++++++---------- templates/public/edit/social_media.html.twig | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig index 6b1946f9..6b54114c 100644 --- a/templates/public/edit.html.twig +++ b/templates/public/edit.html.twig @@ -167,16 +167,16 @@ {% include 'public/edit/tags.html.twig' %} -
-

Prévisualisation des tags OSM (texte à copier-coller)

- {% set tags_for_textarea = {} %} - {% for k, v in commerce_overpass.tags_converted %} - {% if v is not empty %} - {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %} - {% endif %} - {% endfor %} - {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %} -
+{#
#} +{#

Prévisualisation des tags OSM (texte à copier-coller)

#} +{# {% set tags_for_textarea = {} %}#} +{# {% for k, v in commerce_overpass.tags_converted %}#} +{# {% if v is not empty %}#} +{# {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %}#} +{# {% endif %}#} +{# {% endfor %}#} +{# {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %}#} +{#
#}
diff --git a/templates/public/edit/social_media.html.twig b/templates/public/edit/social_media.html.twig index b72ae70f..d52f23c2 100644 --- a/templates/public/edit/social_media.html.twig +++ b/templates/public/edit/social_media.html.twig @@ -1,8 +1,8 @@ -{# (medias sociaux TODO) #} - {% block social_medias %}
- Réseaux sociaux +

+ Réseaux sociaux +

{% set social_medias = { 'mastodon': { 'icon': 'bi-mastodon', 'label': 'Mastodon' },