Skip to content
Snippets Groups Projects
Verified Commit 90640482 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Move warning in absence creation dialog to top

parent 70b82c53
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
Pipeline #191317 passed with warnings
<template>
<div>
<message-box dense type="warning" class="mt-5">
{{ $t("alsijil.coursebook.absences.warning") }}
</message-box>
<!-- MAYBE introduce a minimal variant of CRUDIterator -->
<!-- with most features disabled for this list usecase -->
<c-r-u-d-iterator
......@@ -64,9 +67,6 @@
</v-expansion-panels>
</template>
</c-r-u-d-iterator>
<message-box dense type="warning" class="mt-5">
{{ $t("alsijil.coursebook.absences.warning") }}
</message-box>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment