X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Flib%2Femails%2Fvideo-abuse-new%2Fhtml.pug;h=a1acdabdccdacdb569743897dc1c55513ae2eac0;hb=2291a412d25bd139398ca9e7a5131d0c1e4ffd7d;hp=999c89d26e07e14684a6ac71ad8f72c7f5c26129;hpb=df4c603dea022146476812cbbc2b9f8f1e5e4870;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/emails/video-abuse-new/html.pug b/server/lib/emails/video-abuse-new/html.pug index 999c89d26..a1acdabdc 100644 --- a/server/lib/emails/video-abuse-new/html.pug +++ b/server/lib/emails/video-abuse-new/html.pug @@ -6,13 +6,13 @@ block title block content p - | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{videoAbuse.video.channel.isLocal ? '' : 'remote '}video " - a(href=videoUrl) #{videoAbuse.video.name} - | " by #[+channel(videoAbuse.video.channel)] + | #[a(href=WEBSERVER.URL) #{WEBSERVER.HOST}] received an abuse report for the #{isLocal ? '' : 'remote '}video " + a(href=videoUrl) #{videoName} + | " by #[+channel(videoChannel)] if videoPublishedAt | , published the #{videoPublishedAt}. else | , uploaded the #{videoCreatedAt} but not yet published. p The reporter, #{reporter}, cited the following reason(s): - blockquote #{videoAbuse.reason} + blockquote #{reason} br(style="display: none;")