BigW Consortium Gitlab

index.html.haml 455 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 7 8 9 10 11 12 13 14
    .table-holder
      %table.table
        %thead.hidden-sm.hidden-xs
          %tr
            %th User
            %th Reported by
            %th.wide Message
            %th Action
        = render @abuse_reports
15 16 17 18 19 20
  - else
    .no-reports
      %span.pull-left
        There are no abuse reports!
      .pull-left
        = emoji_icon 'tada'