From 310b5219b38427f0c2c7ba57225afdd8f3064380 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jul 2020 15:51:46 +0200 Subject: Add new abuses tests --- server/lib/emails/video-comment-abuse-new/html.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/lib/emails/video-comment-abuse-new') diff --git a/server/lib/emails/video-comment-abuse-new/html.pug b/server/lib/emails/video-comment-abuse-new/html.pug index 170b79576..fc1c3e4e7 100644 --- a/server/lib/emails/video-comment-abuse-new/html.pug +++ b/server/lib/emails/video-comment-abuse-new/html.pug @@ -7,7 +7,8 @@ block title block content p | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}comment " - a(href=commentUrl) of #{flaggedAccount} + a(href=commentUrl) on video #{videoName} + | of #{flaggedAccount} | created on #{commentCreatedAt} p The reporter, #{reporter}, cited the following reason(s): -- cgit v1.2.3