From 67ed6552b831df66713bac9e672738796128d33f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jun 2020 14:10:17 +0200 Subject: Reorganize client shared modules --- .../server-blocklist.component.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 client/src/app/shared/shared-moderation/server-blocklist.component.html (limited to 'client/src/app/shared/shared-moderation/server-blocklist.component.html') diff --git a/client/src/app/shared/shared-moderation/server-blocklist.component.html b/client/src/app/shared/shared-moderation/server-blocklist.component.html new file mode 100644 index 000000000..977e0e141 --- /dev/null +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html @@ -0,0 +1,59 @@ + + +
+
+ + + Clear filters +
+ + + Mute domain + +
+
+ + + + Instance + Muted at + + + + + + + + + {{ serverBlock.blockedServer.host }} + + + + {{ serverBlock.createdAt | date: 'short' }} + + + + + + + + + +
+ No server found matching current filters. + No server found. +
+ + +
+
+ + -- cgit v1.2.3