10 lines
232 B
Text
10 lines
232 B
Text
|
extends ../common/greetings
|
||
|
include ../common/mixins.pug
|
||
|
|
||
|
block title
|
||
|
| Abuse state changed
|
||
|
|
||
|
block content
|
||
|
p
|
||
|
| #[a(href=abuseUrl) Your abuse ##{abuseId} on #{WEBSERVER.HOST}] has been #{isAccepted ? 'accepted' : 'rejected'}
|