summaryrefslogtreecommitdiff
path: root/app/views/admin/abuse_reports/index.html.haml
blob: 703c3b1a768854ec7acfb2a0b9bd1cebb8f869f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- page_title "滥用举报"
%h3.page-title 滥用举报
%hr
- if @abuse_reports.present?
  .table-holder
    %table.table
      %thead
        %tr
          %th 被举报用户
          %th 举报人
          %th 信息
          %th 操作
          %th
      = render @abuse_reports
  = paginate @abuse_reports
- else
  %h4 没有滥用举报