]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/video-abuse-new/html.pug
Merge branch 'release/2.3.0' into develop
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-abuse-new / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2include ../common/mixins.pug
3
4block title
5 | A video is pending moderation
6
7block content
8 p
d95d1559
C
9 | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}video "
10 a(href=videoUrl) #{videoName}
11 | " by #[+channel(videoChannel)]
df4c603d
RK
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):
d95d1559 17 blockquote #{reason}
df4c603d 18 br(style="display: none;")