debian-mirror-gitlab/app/views/admin/abuse_reports/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
295 B
Text
Raw Normal View History

2023-07-09 08:55:56 +05:30
- add_to_breadcrumbs _('Abuse Reports'), admin_abuse_reports_path
- breadcrumb_title @abuse_report.user&.name
- 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')