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.
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
extends ../common/greetings
|
|
include ../common/mixins.pug
|
|
|
|
block title
|
|
| New message on abuse report
|
|
|
|
block content
|
|
p
|
|
| A new message by #{messageAccountName} was posted on #[a(href=abuseUrl) abuse report ##{abuseId}] on #{instanceName}
|
|
blockquote #{messageText}
|
|
br(style="display: none;")
|