Skip to content
Snippets Groups Projects
Commit 071624a0 authored by megos's avatar megos Committed by Robert Speicher
Browse files

Fixed abuse reports link url

parent 0ea79ccf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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))
Loading
Loading
---
title: Fix abuse reports link url in admin area navbar
merge_request: 16068
author: megos
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment