aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/lib/emails/video-comment-abuse-new/html.pug
blob: 752bf7c104cf8bebe8f6fc2d41cbf0ca39d43605 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                   
                                                                                                           


                                                      



                                                             
extends ../common/greetings
include ../common/mixins.pug

block title
  | A comment is pending moderation

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

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