From 9683df90404538aeeac11f96a692a59bde358f2f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 1 Dec 2020 12:33:17 +0100 Subject: [PATCH] Show cancelled status on cancelled events Closes #478 Signed-off-by: Thomas Citharel --- js/src/components/Event/EventCard.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/js/src/components/Event/EventCard.vue b/js/src/components/Event/EventCard.vue index 0947637da..68fa7d80c 100644 --- a/js/src/components/Event/EventCard.vue +++ b/js/src/components/Event/EventCard.vue @@ -10,7 +10,16 @@ event.picture ? event.picture.url : '/img/mobilizon_default_card.png' }')`" > -
+
+ + {{ $t("Tentative") }} + + + {{ $t("Cancelled") }} +