mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
corrections
This commit is contained in:
parent
3f2fe6a138
commit
bf576e171c
@ -41,7 +41,7 @@ export default {
|
|||||||
Confirm,
|
Confirm,
|
||||||
},
|
},
|
||||||
computed: mapState([
|
computed: mapState([
|
||||||
'accompanyingCourse', 'socialIssueOptions'
|
'accompanyingCourse'
|
||||||
])
|
])
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -20,11 +20,9 @@
|
|||||||
|
|
||||||
<teleport to="#header-accompanying_course-name #banner-status">
|
<teleport to="#header-accompanying_course-name #banner-status">
|
||||||
<div v-if="accompanyingCourse.step === 'DRAFT'">
|
<div v-if="accompanyingCourse.step === 'DRAFT'">
|
||||||
<a href="#bottom">
|
<span class="badge badge-secondary">
|
||||||
<span class="badge badge-secondary">
|
{{ $t('course.step.draft') }}
|
||||||
{{ $t('course.step.draft') }}
|
</span>
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user