From 2d0895b83d6960972301ee8a49c5ea0c618cceb9 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 13 Oct 2021 09:24:15 +0200 Subject: [PATCH] calendar: remove useless bootstrap col classes --- .../editByAccompanyingCourse.html.twig | 16 ++++++---------- .../views/Calendar/editByUser.html.twig | 14 +++++--------- .../Calendar/newByAccompanyingCourse.html.twig | 18 +++++++----------- .../showByAccompanyingCourse.html.twig | 10 ++++------ .../views/Calendar/showByUser.html.twig | 10 ++++------ 5 files changed, 26 insertions(+), 42 deletions(-) diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/editByAccompanyingCourse.html.twig b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/editByAccompanyingCourse.html.twig index 1db9b9223..850bfbecb 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/editByAccompanyingCourse.html.twig +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/editByAccompanyingCourse.html.twig @@ -6,14 +6,10 @@ {% block content %}
-
-
- -
{# <=== vue component #} - {% include 'ChillCalendarBundle:Calendar:edit.html.twig' with {'context': 'accompanyingCourse'} %} - -
-
+ +
{# <=== vue component #} + {% include 'ChillCalendarBundle:Calendar:edit.html.twig' with {'context': 'accompanyingCourse'} %} +
{% endblock %} @@ -21,7 +17,7 @@ {{ parent() }} {{ encore_entry_script_tags('vue_calendar') }} {% endblock %} diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByAccompanyingCourse.html.twig b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByAccompanyingCourse.html.twig index 587d764b8..fa0dd01af 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByAccompanyingCourse.html.twig +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByAccompanyingCourse.html.twig @@ -6,10 +6,8 @@ {% block content -%}
-
-
- {% include 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'accompanyingCourse'} %} -
-
-
+ + {% include 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'accompanyingCourse'} %} + + {% endblock content %} diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByUser.html.twig b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByUser.html.twig index 8fa216fa4..b8e172030 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByUser.html.twig +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/showByUser.html.twig @@ -4,10 +4,8 @@ {% block content -%}
-
-
- {% include 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'user'} %} -
-
-
+ + {% include 'ChillCalendarBundle:Calendar:show.html.twig' with {'context': 'user'} %} + + {% endblock content %}