gitlab-org--gitlab-foss/app/views/admin/abuse_reports/index.html.haml
2015-10-19 11:19:45 +02:00

18 lines
383 B
Text

- page_title "Abuse Reports"
%h3.page-title Abuse Reports
%hr
- if @abuse_reports.present?
.table-holder
%table.table
%thead
%tr
%th Reported by
%th Reported at
%th Message
%th User
%th Primary action
%th
= render @abuse_reports
= paginate @abuse_reports
- else
%h4 There are no abuse reports