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