index.html.haml 497 Bytes
Newer Older
1
- page_title 'Abuse Reports'
2 3
%h3.page-title Abuse Reports
%hr
Luke "Jared" Bennett's avatar
Luke "Jared" Bennett committed
4 5
.abuse-reports
  - if @abuse_reports.present?
6
    .table-holder
Annabel Dunstone Gray's avatar
Annabel Dunstone Gray committed
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'
Luke "Jared" Bennett's avatar
Luke "Jared" Bennett committed
16
  - else
Annabel Dunstone Gray's avatar
Annabel Dunstone Gray committed
17 18 19
    .empty-state
      .text-center
        %h4 There are no abuse reports! #{emoji_icon 'tada'}