aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emails/abuse-new-message/html.pug
blob: a4180aba1cfe52b7762cabfb2113221b92ce5475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extends ../common/greetings
include ../common/mixins.pug

block title
  | New abuse message

block content
  p
    | A new message was created on #[a(href=WEBSERVER.URL) abuse ##{abuseId} on #{WEBSERVER.HOST}]
  blockquote #{messageText}
  br(style="display: none;")