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