diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 73fa0afd9..3c67b8ae1 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -1,73 +1,75 @@ - - - - - - - - - - - {{ form.title.length }}/{{ formSchema.title.max }} - - + + + + - {{ form.contentLength }} - - - - - - - - + + + + + + {{ form.title.length }}/{{ formSchema.title.max }} + + - - - - - - {{ $t('actions.cancel') }} - - - {{ $t('actions.save') }} - - - - - - + {{ form.contentLength }} + + + + + + + + + + + + + + {{ $t('actions.cancel') }} + + + {{ $t('actions.save') }} + + + + + + + -