Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « abuse_reports « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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