mirror of https://github.com/Chocobozzz/PeerTube
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
|
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 !{commentHtml}
|
||
|
br(style="display: none;")
|