aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-comment-abuse-new/html.pug
blob: 170b795769ab59c9b44cd09f9730cef17c197e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extends ../common/greetings
include ../common/mixins.pug

block title
  | A comment is pending moderation

block content
  p
    | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}comment "
    a(href=commentUrl) of #{flaggedAccount}
    | created on #{commentCreatedAt}

  p The reporter, #{reporter}, cited the following reason(s):
  blockquote #{reason}
  br(style="display: none;")