From 5a518fa817fbd64fcf9b3a18b02acefcff5fc307 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Thu, 26 Jan 2017 12:03:07 +0100 Subject: [PATCH] Break after user name in notifications. --- src/components/notifications/notifications.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index ba5d8971..0846c27b 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -9,15 +9,15 @@
-

{{ notification.action.user.name }} favorited your status

+

{{ notification.action.user.name }}
favorited your status

{{ notification.status.text }}

-

{{ notification.action.user.name }} repeated your status

+

{{ notification.action.user.name }}
repeated your status

{{ notification.status.text }}

-

{{ notification.action.user.name }} mentioned you

+

{{ notification.action.user.name }}
mentioned you

{{ notification.status.text }}