aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-comment-new/html.pug
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/video-comment-new/html.pug')
-rw-r--r--server/lib/emails/video-comment-new/html.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/emails/video-comment-new/html.pug b/server/lib/emails/video-comment-new/html.pug
index 075af5717..cbb683fee 100644
--- a/server/lib/emails/video-comment-new/html.pug
+++ b/server/lib/emails/video-comment-new/html.pug
@@ -5,7 +5,7 @@ block title
5 5
6block content 6block content
7 p. 7 p.
8 #[a(href=accountUrl title=handle) #{accountName}] added a comment on your video 8 #[a(href=accountUrl title=handle) #{accountName}] added a comment on your video
9 "#[a(href=videoUrl) #{video.name}]": 9 "#[a(href=videoUrl) #{video.name}]":
10 blockquote #{comment.text} 10 blockquote !{commentHtml}
11 br(style="display: none;") \ No newline at end of file 11 br(style="display: none;")