diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 1443b3b31..ba3cfc50c 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -21,20 +21,19 @@ :show-username="false" :avatar-size="16" v-if="n.notification.doer"/> - -

- - - {{ n.notification.doer.getDisplayName() }} +

+
+ + {{ n.notification.doer.getDisplayName() }} + + + {{ n.toText(userInfo) }} + +
+ + {{ formatDateSince(n.created) }} - - {{ n.toText(userInfo) }} - -

-
- {{ formatDateSince(n.created) }}
-

{{ $t('notification.none') }}