summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports/index.html.haml
blob: 2e8746146d15f8b8690b53a6086c602bb8f43ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- page_title "Abuse Reports"
%h3.page-title Abuse Reports
%hr
- if @abuse_reports.present?
  %table.table
    %thead
      %tr
        %th Reported by
        %th Reported at
        %th Message
        %th User
        %th Primary action
        %th
    = render @abuse_reports
  = paginate @abuse_reports
- else
  %h4 There are no abuse reports