summaryrefslogtreecommitdiff
path: root/app/views/abuse_report_mailer/notify.html.haml
blob: 461196b41f9ac86f48a9581a4702bfaab1dc7c4f (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}) 被
  #{link_to @abuse_report.reporter.name, user_url(@abuse_report.reporter)} 
  (@#{@abuse_report.reporter.username}) 举报为滥用行为。

%blockquote
  = @abuse_report.message

%p
  = link_to "查看明细", admin_abuse_reports_url