diff options
Diffstat (limited to 'server/lib/emails')
-rw-r--r-- | server/lib/emails/video-comment-mention/html.pug | 6 | ||||
-rw-r--r-- | server/lib/emails/video-comment-new/html.pug | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/server/lib/emails/video-comment-mention/html.pug b/server/lib/emails/video-comment-mention/html.pug index 9e9ced62d..a34c6b090 100644 --- a/server/lib/emails/video-comment-mention/html.pug +++ b/server/lib/emails/video-comment-mention/html.pug | |||
@@ -5,7 +5,7 @@ block title | |||
5 | 5 | ||
6 | block content | 6 | block content |
7 | p. | 7 | p. |
8 | #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video | 8 | #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on 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;") |
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 | ||
6 | block content | 6 | block 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;") |