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

21 lines
455 B
Text
Raw Normal View History

2016-09-29 09:46:39 +05:30
- page_title 'Abuse Reports'
2015-09-11 14:41:01 +05:30
%h3.page-title Abuse Reports
%hr
2016-09-29 09:46:39 +05:30
.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'