summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports/index.html.haml
blob: 7bbc75db9ff3fefd61af4de52acf2b428f85fe76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- page_title 'Abuse Reports'
%h3.page-title Abuse Reports
%hr
.abuse-reports
  - if @abuse_reports.present?
    .table-holder
      %table.table
        %thead.hidden-sm.hidden-xs
          %tr
            %th User
            %th Reported by
            %th.wide Message
            %th Action
        = render @abuse_reports
  - else
    .no-reports
      %span.pull-left
        There are no abuse reports!
      .pull-left
        = emoji_icon 'tada'