From 2a9ebe436ec4b1f53964c257410c4d5eff94b0f6 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Tue, 13 Dec 2022 16:20:32 +0100 Subject: [PATCH] prepare accompanying-course-work context for new template * batch renaming css class name accompanying-course-work * remove unused classes * remove -list class * remove double class --- .../Resources/views/Calendar/_documents.twig.html | 2 +- .../views/AccompanyingCourseDocument/_workflow.html.twig | 2 +- .../Resources/public/vuejs/HomepageWidget/MyEvaluations.vue | 2 +- .../Resources/public/vuejs/HomepageWidget/MyWorks.vue | 2 +- .../Resources/views/Workflow/_attachment.html.twig | 2 +- .../public/chill/scss/accompanying_period_work.scss | 4 ++-- .../Resources/public/chill/scss/badge.scss | 2 +- .../public/vuejs/AccompanyingCourseWorkEdit/App.vue | 2 +- .../Resources/views/AccompanyingCourseWork/_item.html.twig | 2 +- .../Resources/views/AccompanyingCourseWork/create.html.twig | 6 +++--- .../Resources/views/AccompanyingCourseWork/delete.html.twig | 2 +- .../Resources/views/AccompanyingCourseWork/edit.html.twig | 2 +- .../Resources/views/AccompanyingCourseWork/index.html.twig | 4 ++-- .../list_recent_by_accompanying_period.html.twig | 2 +- .../Resources/views/AccompanyingCourseWork/show.html.twig | 2 +- .../views/Workflow/_accompanying_period_work.html.twig | 2 +- .../Resources/views/Workflow/_evaluation.html.twig | 2 +- .../Resources/views/Workflow/_evaluation_document.html.twig | 2 +- 18 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_documents.twig.html b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_documents.twig.html index a568ec009..499fb0a83 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_documents.twig.html +++ b/src/Bundle/ChillCalendarBundle/Resources/views/Calendar/_documents.twig.html @@ -3,7 +3,7 @@ {% import "@ChillDocStore/Macro/macro.html.twig" as m %} {% import "@ChillDocStore/Macro/macro_mimeicon.html.twig" as mm %} -
+
diff --git a/src/Bundle/ChillDocStoreBundle/Resources/views/AccompanyingCourseDocument/_workflow.html.twig b/src/Bundle/ChillDocStoreBundle/Resources/views/AccompanyingCourseDocument/_workflow.html.twig index e9147ed4a..44dbcb9f4 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/views/AccompanyingCourseDocument/_workflow.html.twig +++ b/src/Bundle/ChillDocStoreBundle/Resources/views/AccompanyingCourseDocument/_workflow.html.twig @@ -1,7 +1,7 @@ {% import "@ChillDocStore/Macro/macro.html.twig" as m %} {% import "@ChillDocStore/Macro/macro_mimeicon.html.twig" as mm %} -
+
diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyEvaluations.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyEvaluations.vue index a872a2f43..bc043c666 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyEvaluations.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/HomepageWidget/MyEvaluations.vue @@ -1,5 +1,5 @@