]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/lib/emails/video-comment-new/html.pug
Add expect message to ease debug
[github/Chocobozzz/PeerTube.git] / server / lib / emails / video-comment-new / html.pug
CommitLineData
df4c603d
RK
1extends ../common/greetings
2
3block title
4 | Someone commented your video
5
6block content
7 p.
98b94643 8 #[a(href=accountUrl title=handle) #{accountName}] added a comment on your video
df4c603d 9 "#[a(href=videoUrl) #{video.name}]":
98b94643
K
10 blockquote !{commentHtml}
11 br(style="display: none;")