aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-abuse-new/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/video-abuse-new/html.pug')
-rw-r--r--server/lib/emails/video-abuse-new/html.pug18
1 files changed, 0 insertions, 18 deletions
diff --git a/server/lib/emails/video-abuse-new/html.pug b/server/lib/emails/video-abuse-new/html.pug
deleted file mode 100644
index a085b4b38..000000000
--- a/server/lib/emails/video-abuse-new/html.pug
+++ /dev/null
@@ -1,18 +0,0 @@
1extends ../common/greetings
2include ../common/mixins.pug
3
4block title
5 | A video is pending moderation
6
7block content
8 p
9 | #[a(href=WEBSERVER.URL) #{instanceName}] received an abuse report for the #{isLocal ? '' : 'remote '}video "
10 a(href=videoUrl) #{videoName}
11 | " by #[+channel(videoChannel)]
12 if videoPublishedAt
13 | , published the #{videoPublishedAt}.
14 else
15 | , uploaded the #{videoCreatedAt} but not yet published.
16 p The reporter, #{reporter}, cited the following reason(s):
17 blockquote #{reason}
18 br(style="display: none;")