]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/video-comment-abuse-new/html.pug
Correctly cleanup files from object storage
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-abuse-new / html.pug
index 170b795769ab59c9b44cd09f9730cef17c197e0e..752bf7c104cf8bebe8f6fc2d41cbf0ca39d43605 100644 (file)
@@ -6,9 +6,10 @@ 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}
-    | created on #{commentCreatedAt}
+    | #[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}