Commit 97bebab6 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'fix-abuse-reports-link-url' into 'master'

Fixed abuse reports link url

See merge request gitlab-org/gitlab-ce!16068
parents 0ea79ccf 071624a0
......@@ -130,7 +130,7 @@
%span.badge.count= number_with_delimiter(AbuseReport.count(:all))
%ul.sidebar-sub-level-items.is-fly-out-only
= nav_link(controller: :abuse_reports, html_options: { class: "fly-out-top-item" } ) do
= link_to admin_broadcast_messages_path do
= link_to admin_abuse_reports_path do
%strong.fly-out-top-item-name
#{ _('Abuse Reports') }
%span.badge.count.merge_counter.js-merge-counter.fly-out-badge= number_with_delimiter(AbuseReport.count(:all))
......
---
title: Fix abuse reports link url in admin area navbar
merge_request: 16068
author: megos
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment