From 71cf2a397a3f495932b938d3da2cdd29c150c47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 22 Jan 2020 13:02:54 +0100 Subject: [PATCH] Modify layout of notifications menu --- .../components/Notification/Notification.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/webapp/components/Notification/Notification.vue b/webapp/components/Notification/Notification.vue index c2763fb26..5406e818a 100644 --- a/webapp/components/Notification/Notification.vue +++ b/webapp/components/Notification/Notification.vue @@ -8,6 +8,21 @@ /> + + + {{ $t(`notifications.reason.${notificationData.reason}` + notificationData.reasonExtention) }} @@ -20,9 +35,10 @@ @click.native="$emit('read')" > - - +
+ +
@@ -51,6 +67,8 @@ —
+ +