mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
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;")
|