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

block title
  | Someone commented your video

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