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

show.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: ff9ac6a052cf5efe4e5a5c7f85cdfe0481166f37 (plain)
1
2
3
4
5
6
7
- add_to_breadcrumbs _('Abuse Reports'), admin_abuse_reports_path
- breadcrumb_title @abuse_report.user&.name
- @content_class = "limit-container-width" unless fluid_layout
- page_title @abuse_report.user&.name, _('Abuse Reports')

#js-abuse-reports-detail-view{ data: abuse_report_data(@abuse_report) }
  = gl_loading_icon(css_class: 'gl-my-5', size: 'md')