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

@@ -1,5 +1,5 @@
<template>
<div class="accompanying_course_work">
<div class="accompanying-course-work">
<div class="alert alert-light">{{ $t('my_evaluations.description') }}</div>
<span v-if="noResults" class="chill-no-data-statement">{{ $t('no_data') }}</span>
<tab-table v-else>

View File

@@ -1,6 +1,6 @@
// CURRENTLY NOT IN USE
<template>
<div class="accompanying_course_work">
<div class="accompanying-course-work">
<div class="alert alert-light">{{ $t('my_works.description') }}</div>
<span v-if="noResults" class="chill-no-data-statement">{{ $t('no_data') }}</span>
<tab-table v-else>