Fixed abuse reports link url

This commit is contained in:
megos 2017-12-28 22:48:52 +00:00 committed by Robert Speicher
parent 0ea79ccfba
commit 071624a0c8
2 changed files with 6 additions and 1 deletions

View file

@ -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))

View file

@ -0,0 +1,5 @@
---
title: Fix abuse reports link url in admin area navbar
merge_request: 16068
author: megos
type: fixed