mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
extends ../common/greetings
|
|
include ../common/mixins.pug
|
|
|
|
block title
|
|
| Abuse report state changed
|
|
|
|
block content
|
|
p
|
|
| #[a(href=abuseUrl) Your abuse report ##{abuseId}] on #{instanceName} has been #{isAccepted ? 'accepted' : 'rejected'}
|