gitlab-org--gitlab-foss/app/views/admin/abuse_reports/index.html.haml
Robert Speicher b807a23b4b Redesign the AbuseReports index
- Shows when the reported user joined
- Show relative timestamp for when the report was created
- Parse message with restricted Markdown pipeline to autolink URLs
2016-01-04 18:36:38 -05:00

17 lines
357 B
Text

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