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

20 lines
506 B
Text
Raw Normal View History

2016-07-22 13:33:35 -04:00
- page_title 'Abuse Reports'
%h3.page-title Abuse Reports
%hr
2016-07-22 14:31:22 -04:00
.abuse-reports
- if @abuse_reports.present?
2016-08-08 09:04:18 -04:00
.table-holder
2016-12-05 10:59:30 -05:00
%table.table.responsive-table
2018-04-09 17:36:25 -04:00
%thead.d-none.d-sm-none.d-md-block
2016-08-08 09:04:18 -04:00
%tr
%th User
%th Reported by
%th.wide Message
%th Action
= render @abuse_reports
= paginate @abuse_reports, theme: 'gitlab'
2016-07-22 14:31:22 -04:00
- else
2016-12-05 10:59:30 -05:00
.empty-state
.text-center
%h4 There are no abuse reports! #{emoji_icon('tada')}