From 4576d44766811c23ea55587730ca4e68138a005c Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 6 Jun 2020 19:41:25 +0200 Subject: [PATCH] thumb --- .../components/thumbnails/thumbnails.twig | 52 ++++++++++--------- web/app/themes/la_mine/templates/single.twig | 1 + 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/web/app/themes/la_mine/templates/components/thumbnails/thumbnails.twig b/web/app/themes/la_mine/templates/components/thumbnails/thumbnails.twig index b3ba3809..0fb6e54a 100644 --- a/web/app/themes/la_mine/templates/components/thumbnails/thumbnails.twig +++ b/web/app/themes/la_mine/templates/components/thumbnails/thumbnails.twig @@ -1,29 +1,31 @@
- -
-
- + +
+
+
-
- -
-

{{item.titre}}

-
-
-
- - - - - - -
-
-
{{item.lieu}}
-
-
- {% include 'components/buttons/bouton_ensavoir.html.twig' with { buttons : 'true' } %} -
-
+ +
+

{{item.titre}}

+
+
+
+ + + + + + +
+
+
{{item.lieu}}
+
+
+ +
+ {% include 'components/buttons/bouton_ensavoir.html.twig' with { buttons : 'true' } %} +
+ +
diff --git a/web/app/themes/la_mine/templates/single.twig b/web/app/themes/la_mine/templates/single.twig index 987679b9..b653ee36 100644 --- a/web/app/themes/la_mine/templates/single.twig +++ b/web/app/themes/la_mine/templates/single.twig @@ -71,4 +71,5 @@ {% include 'components/thumbnails/thumbnails.twig' %} {% endfor %}
+ {% endblock %}