2020-07-27 10:26:25 -04:00
|
|
|
extends ../common/greetings
|
|
|
|
include ../common/mixins.pug
|
|
|
|
|
|
|
|
block title
|
2020-07-28 03:57:16 -04:00
|
|
|
| Abuse report state changed
|
2020-07-27 10:26:25 -04:00
|
|
|
|
|
|
|
block content
|
|
|
|
p
|
2020-12-10 18:10:37 -05:00
|
|
|
| #[a(href=abuseUrl) Your abuse report ##{abuseId}] on #{instanceName} has been #{isAccepted ? 'accepted' : 'rejected'}
|