summaryrefslogtreecommitdiff
path: root/app/views/abuse_report_mailer/notify.html.haml
blob: d50b407174561d5e660c22b872934f713cb908f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
%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}).

%blockquote
  = @abuse_report.message

%p
  = link_to "View details", admin_abuse_reports_url