You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
${ noResults }
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'}
|