From 1055fd9398f6884547466f5c831a8e48d07a4809 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 29 Dec 2021 12:13:39 +0100 Subject: [PATCH] masonry: raise comment bloc width --- .../views/AccompanyingCourse/index.html.twig | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index cf05ccdf9..494212bcd 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -65,6 +65,27 @@ + {% if accompanyingCourse.pinnedComment is not empty %} +
+
+

{{ 'Pinned comment'|trans }}

+
+ {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }} + +
+
+
+ {% endif %} + {% if accompanyingCourse.participations is not empty %}
@@ -91,27 +112,6 @@
{% endif %} - {% if accompanyingCourse.pinnedComment is not empty %} -
-
-

{{ 'Pinned comment'|trans }}

-
- {{ accompanyingCourse.pinnedComment.content|chill_markdown_to_html }} - -
-
-
- {% endif %} - {% if accompanyingCourse.scopes is not empty %}