summaryrefslogtreecommitdiff
path: root/app/views/abuse_report_mailer/notify.html.haml
blob: 619533e09a70eea8adfb5e3ab545cdf394dbc6ca (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", abuse_reports_url