diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index c559c76f6..f2d9a3f8c 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -12,7 +12,11 @@ {{ $t('contribution.formText.describeYourCommunity') }} - + {{ $t('contribution.selectDate') }} {{ $t('math.asterisk') }} - + - + - + + + + + + + {{ firstName }} {{ lastName }} + + contributionDate {{ $d(new Date(contributionDate), 'monthAndYear') }} + + Beitragstext + {{ memo }} + + + + Schöpfung + {{ amount | GDD }} + + + + + + + + + + löschen + + + + + + bearbeiten + + + + + + + Moderatorchat + + + + + + + + + + diff --git a/frontend/src/components/Contributions/OpenCreationsAmount.vue b/frontend/src/components/Contributions/OpenCreationsAmount.vue index 4760280b4..741519467 100644 --- a/frontend/src/components/Contributions/OpenCreationsAmount.vue +++ b/frontend/src/components/Contributions/OpenCreationsAmount.vue @@ -1,5 +1,5 @@ - + diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 2e378525f..5cebc54ce 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -1,9 +1,9 @@ - +