gitlab-org--gitlab-foss/app/views/admin/abuse_reports/index.html.haml

20 lines
519 B
Plaintext

- page_title 'Abuse Reports'
%h3.page-title Abuse Reports
%hr
.abuse-reports
- if @abuse_reports.present?
.table-holder
%table.table.responsive-table
%thead.d-none.d-sm-none.d-md-table-header-group
%tr
%th User
%th Reported by
%th.wide Message
%th Action
= render @abuse_reports
= paginate @abuse_reports, theme: 'gitlab'
- else
.empty-state
.text-center
%h4 There are no abuse reports! #{emoji_icon('tada')}