From 675d0a63c36519eb10ed5bc29b6e6f661758ae5b Mon Sep 17 00:00:00 2001 From: Leo Mouyna Date: Wed, 11 Dec 2019 20:50:44 +0100 Subject: [PATCH] feat: Make event title clickable on cards Use a router link to generate a link to event main page. See issue: #291 --- js/src/components/Event/EventListCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/components/Event/EventListCard.vue b/js/src/components/Event/EventListCard.vue index 46115a553..172669650 100644 --- a/js/src/components/Event/EventListCard.vue +++ b/js/src/components/Event/EventListCard.vue @@ -58,7 +58,7 @@ export default {
-

{{ participation.event.title }}

+

{{participation.event.title }}

{{ participation.event.physicalAddress.locality }} -