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