debian-mirror-gitlab/app/views/admin/abuse_reports/index.html.haml

18 lines
357 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Abuse Reports"
%h3.page-title Abuse Reports
%hr
- if @abuse_reports.present?
2015-11-26 14:37:03 +05:30
.table-holder
%table.table
%thead
%tr
%th User
2015-11-26 14:37:03 +05:30
%th Reported by
%th Message
%th Primary action
%th
= render @abuse_reports
2015-09-11 14:41:01 +05:30
= paginate @abuse_reports
- else
%h4 There are no abuse reports