mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 21:46:16 +10:00
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
- page_title "Abuse Reports"
|
|
%h3.page-title Abuse Reports
|
|
%hr
|
|
- if @abuse_reports.present?
|
|
.table-holder
|
|
%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
|