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