aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-comment-mention/html.pug
blob: a34c6b0901159e1309d1076cf7c7969073a4c14a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extends ../common/greetings

block title
  | Someone mentioned you

block content
  p.
    #[a(href=accountUrl title=handle) #{accountName}] mentioned you in a comment on video
    "#[a(href=videoUrl) #{video.name}]":
  blockquote !{commentHtml}
  br(style="display: none;")