]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emails/video-comment-mention/html.pug
Add expect message to ease debug
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-mention / html.pug
index 9e9ced62d736ccf2c4e1071bd234a0680d8f21f6..a34c6b0901159e1309d1076cf7c7969073a4c14a 100644 (file)
@@ -5,7 +5,7 @@ block title
 
 block content
   p.
-    #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video 
+    #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video
     "#[a(href=videoUrl) #{video.name}]":
-  blockquote #{comment.text}
-  br(style="display: none;")
\ No newline at end of file
+  blockquote !{commentHtml}
+  br(style="display: none;")