aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-comment-mention
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/emails/video-comment-mention')
-rw-r--r--server/lib/emails/video-comment-mention/html.pug11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/lib/emails/video-comment-mention/html.pug b/server/lib/emails/video-comment-mention/html.pug
new file mode 100644
index 000000000..9e9ced62d
--- /dev/null
+++ b/server/lib/emails/video-comment-mention/html.pug
@@ -0,0 +1,11 @@
1extends ../common/greetings
2
3block title
4 | Someone mentioned you
5
6block content
7 p.
8 #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video
9 "#[a(href=videoUrl) #{video.name}]":
10 blockquote #{comment.text}
11 br(style="display: none;") \ No newline at end of file