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: c426559c4c315597ac1d451b88ea281fb8c557b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title 'Abuse Reports'
%h3.page-title Abuse Reports
%hr
.abuse-reports
  - if @abuse_reports.present?
    .panel-group#accordion{ role: 'tablist', aria: { multiselectable: 'true' } }
      = render @abuse_reports
    = paginate @abuse_reports
  - else
    .no-reports
      %span.pull-left
        There are no abuse reports!
      .pull-left
        = emoji_icon 'tada'