From 2e9f8caa9d07c82da9751e062891e6db14e4fc7e Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 13 Jan 2023 11:08:18 +0100 Subject: [PATCH] Add denied symbols in the frontend. --- .../Contributions/ContributionListItem.vue | 15 ++++++++------- .../Template/RightSide/ContributionInfo.vue | 14 ++++---------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index ec319834e..fe1bf22be 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -30,7 +30,11 @@
{{ $t('creation') }} {{ $t('(') }}{{ amount / 20 }} {{ $t('h') }}{{ $t(')') }}
-
{{ amount | GDD }}
+
+ + {{ $t('contribution.alert.rejected') }} +
+
{{ amount | GDD }}
@@ -38,10 +42,7 @@
- +
{{ $t('contribution.alert.rejected') }} +
  • + + {{ $t('contribution.alert.rejected') }} +
  • @@ -29,16 +33,6 @@

    {{ $t('contribution.alert.communityNoteList') }}

    -
      -
    • - - {{ $t('contribution.alert.pending') }} -
    • -
    • - - {{ $t('contribution.alert.confirm') }} -
    • -