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
This commit is contained in:
2022-12-13 16:20:32 +01:00
parent 6ab5e708ec
commit 2a9ebe436e
18 changed files with 22 additions and 22 deletions

View File

@@ -13,14 +13,14 @@
{% endblock %}
{% block content %}
<div class="accompanying_course_work">
<div class="accompanying-course-work">
<h1>{{ block('title') }}</h1>
{% if works|length == 0 %}
<p class="chill-no-data-statement">{{ 'accompanying_course_work.Any work'|trans }}</p>
{% else %}
<div class="flex-table accompanying_course_work-list">
<div class="flex-table">
{% for w in works %}
{% include '@ChillPerson/AccompanyingCourseWork/_item.html.twig' with { 'displayAction': true } %}
{% endfor %}