aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/abuse-new-message/html.pug
blob: 0841775d2479f1212dab11883b45ae50f4174baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 #{WEBSERVER.HOST}
  blockquote #{messageText}
  br(style="display: none;")