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

20 lines
498 B
Plaintext
Raw Normal View History

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