gitlab-org--gitlab-foss/app/views/abuse_report_mailer/notify.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
343 B
Plaintext
Raw Normal View History

%p
#{link_to @abuse_report.user.name, user_url(@abuse_report.user)}
(@#{@abuse_report.user.username}) was reported for abuse by
#{link_to @abuse_report.reporter.name, user_url(@abuse_report.reporter)}
(@#{@abuse_report.reporter.username}).
2018-04-09 16:41:31 +00:00
.blockquote
= @abuse_report.message
%p
= link_to "View details", admin_abuse_reports_url