From d573926e9b94fb19c8f51c53f71fc853182e1761 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jul 2020 09:57:16 +0200 Subject: Add migrations for abuse messages --- .../users/user-notifications.component.html | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/shared-main/users/user-notifications.component.html') diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.html b/client/src/app/shared/shared-main/users/user-notifications.component.html index 8127ae979..a56a0859b 100644 --- a/client/src/app/shared/shared-main/users/user-notifications.component.html +++ b/client/src/app/shared/shared-main/users/user-notifications.component.html @@ -46,20 +46,38 @@
- A new video abuse has been created on video {{ notification.abuse.video.name }} + A new video abuse has been created on video {{ notification.abuse.video.name }}
- A new comment abuse has been created on video {{ notification.abuse.comment.video.name }} + A new comment abuse has been created on video {{ notification.abuse.comment.video.name }}
- A new account abuse has been created on account {{ notification.abuse.account.displayName }} + A new account abuse has been created on account {{ notification.abuse.account.displayName }}
- A new abuse has been created + A new abuse has been created +
+ + + + + +
+ Your abuse {{ notification.abuse.id }} has been + accepted + rejected +
+
+ + + + +
+ Abuse {{ notification.abuse.id }} has a new message
-- cgit v1.2.3