2020-07-01 10:05:30 -04:00
|
|
|
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 "
|
2020-07-08 09:51:46 -04:00
|
|
|
a(href=commentUrl) on video #{videoName}
|
|
|
|
| of #{flaggedAccount}
|
2020-07-01 10:05:30 -04:00
|
|
|
| created on #{commentCreatedAt}
|
|
|
|
|
|
|
|
p The reporter, #{reporter}, cited the following reason(s):
|
|
|
|
blockquote #{reason}
|
|
|
|
br(style="display: none;")
|