Skip to content
Snippets Groups Projects
Commit 52bf2f79 authored by Julian's avatar Julian
Browse files

Show delete button correctly

parent 9d025d45
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
......@@ -125,7 +125,7 @@ export default {
>
<template #append>
<v-slide-x-reverse-transition>
<v-btn v-if="!!model" icon @click="showDeleteConfirm = true">
<v-btn v-if="!!model" icon @click="showDeleteConfirm = true" class="mt-n1-5">
<v-icon> $deleteContent </v-icon>
</v-btn>
</v-slide-x-reverse-transition>
......@@ -143,9 +143,8 @@ export default {
</template>
<template #body>
{{
// TODO: Fix delete content
$t("alsijil.personal_notes.confirm_delete_explanation", {
note: value.note,
$t("alsijil.personal_notes.confirm_delete_tardiness", {
tardiness: value?.tardiness,
name: participation.person.fullName,
})
}}
......@@ -154,3 +153,9 @@ export default {
</template>
</positive-small-integer-field>
</template>
<style scoped>
.mt-n1-5 {
margin-top: -6px;
}
</style>
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