diff --git a/webapp/components/NotificationsTable/NotificationsTable.vue b/webapp/components/NotificationsTable/NotificationsTable.vue index 07db4f9a2..f1c56a01f 100644 --- a/webapp/components/NotificationsTable/NotificationsTable.vue +++ b/webapp/components/NotificationsTable/NotificationsTable.vue @@ -1,62 +1,106 @@ - - - - - - - - - - - - - {{ $t(`notifications.reason.${scope.row.reason}`) }} - - - - + + + + + {{ f.label }} + + + + - {{ scope.row.from.title || scope.row.from.post.title | truncate(50) }} - - - - - {{ scope.row.from.contentExcerpt | removeHtml }} - - - + + + + + + + + + + + + + + + + + + + + + {{ $t(`notifications.reason.${n.reason}`) }} + + + + + + + + + + + + {{ n.from.title || n.from.post.title | truncate(50) }} + + + + + + + {{ n.from.contentExcerpt | removeHtml }} + + + + + + + + +