From 7a74d4c2969387f0a6af60bd404a7fc1bc64fb49 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 21 Sep 2017 16:00:52 +0200 Subject: [PATCH] Client: update urls (#9025) * start to update urls * ability to unsubscribe from emails --- .../components/settings/notifications.vue | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/website/client/components/settings/notifications.vue b/website/client/components/settings/notifications.vue index abaf3ac1c8..b92f6de0e6 100644 --- a/website/client/components/settings/notifications.vue +++ b/website/client/components/settings/notifications.vue @@ -26,7 +26,7 @@ span {{ $t('email') }} th span {{ $t('push') }} - tr(v-for='notification in notifications') + tr(v-for='notification in notificationsIds') td span {{ $t(notification) }} td @@ -40,11 +40,13 @@