diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue new file mode 100644 index 000000000..a67b4642f --- /dev/null +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -0,0 +1,79 @@ + + + + {{ $t('time.month') }} + + {{ $t('contribution.activity') }} + + + {{ form.text.length }} + {{ $t('math.equalTo') }} {{ minlength }} + {{ $t('math.divide') }} {{ maxlength }} + + {{ $t('form.amount') }} + + + + + + + {{ $t('contribution.submit') }} + + + + + +