aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/account-abuse-new/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/account-abuse-new/html.pug')
-rw-r--r--server/lib/emails/account-abuse-new/html.pug14
1 files changed, 14 insertions, 0 deletions
diff --git a/server/lib/emails/account-abuse-new/html.pug b/server/lib/emails/account-abuse-new/html.pug
new file mode 100644
index 000000000..06be8025b
--- /dev/null
+++ b/server/lib/emails/account-abuse-new/html.pug
@@ -0,0 +1,14 @@
1extends ../common/greetings
2include ../common/mixins.pug
3
4block title
5 | An account is pending moderation
6
7block content
8 p
9 | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}account "
10 a(href=accountUrl) #{accountDisplayName}
11
12 p The reporter, #{reporter}, cited the following reason(s):
13 blockquote #{reason}
14 br(style="display: none;")