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