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: 40a5fe4628bf4939812102ee07e0423ab17c1e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- 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