From 722886fedc616625050047c77f9a3b77f2ec41cc Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 26 Jul 2022 16:27:44 +0200 Subject: [PATCH] Add contributionDate month & year to list items. --- .../Contributions/ContributionListItem.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index ca766a008..174335c97 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -11,6 +11,13 @@ {{ $t('math.minus') }}
{{ $d(new Date(date), 'short') }}
+
+ {{ $t('contribution.date') }} + + {{ $d(new Date(contributionDate), 'month') }} + {{ $d(new Date(contributionDate), 'year') }} + +
{{ memo }}