BigW Consortium Gitlab

index.html.haml 498 Bytes
Newer Older
1
- page_title 'Abuse Reports'
2 3
%h3.page-title Abuse Reports
%hr
4 5
.abuse-reports
  - if @abuse_reports.present?
6
    .table-holder
7
      %table.table.responsive-table
8 9 10 11 12 13 14
        %thead.hidden-sm.hidden-xs
          %tr
            %th User
            %th Reported by
            %th.wide Message
            %th Action
        = render @abuse_reports
15
    = paginate @abuse_reports, theme: 'gitlab'
16
  - else
17 18
    .empty-state
      .text-center
19
        %h4 There are no abuse reports! #{emoji_icon('tada')}