summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports/index.html.haml
blob: cc29657a439893448d6a7040e32503a3a19223b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- 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')}