mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
11 lines
No EOL
277 B
Text
11 lines
No EOL
277 B
Text
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 #{comment.text}
|
|
br(style="display: none;") |