Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notify.html.haml « abuse_report_mailer « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5abb0dc9182783326b280413c9bcd9791f856fc0 (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