aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/video-comment-mention/html.pug
blob: 9e9ced62d736ccf2c4e1071bd234a0680d8f21f6 (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 #{comment.text}
  br(style="display: none;")