]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/video-comment-abuse-new/html.pug
Use 3 tables to represent abuses
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-abuse-new / html.pug
CommitLineData
d95d1559
C
1extends ../common/greetings
2include ../common/mixins.pug
3
4block title
5 | A comment is pending moderation
6
7block content
8 p
9 | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}comment "
10 a(href=commentUrl) of #{flaggedAccount}
11 | created on #{commentCreatedAt}
12
13 p The reporter, #{reporter}, cited the following reason(s):
14 blockquote #{reason}
15 br(style="display: none;")