Fix layout issue in VocabLessonView by closing a div tag for improved rendering of exercise details
This commit is contained in:
@@ -155,6 +155,7 @@
|
|||||||
<p>Übungstyp: {{ getExerciseType(exercise) }}</p>
|
<p>Übungstyp: {{ getExerciseType(exercise) }}</p>
|
||||||
<pre>{{ JSON.stringify(exercise, null, 2) }}</pre>
|
<pre>{{ JSON.stringify(exercise, null, 2) }}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<p>{{ $t('socialnetwork.vocab.courses.noExercises') }}</p>
|
<p>{{ $t('socialnetwork.vocab.courses.noExercises') }}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user