Fixed not being able to display review pending hashtags in the admin UI. (#11875)

This commit is contained in:
mayaeh 2019-09-17 23:59:16 +09:00 committed by Eugen Rochko
parent b671b91211
commit 75c6ad500d
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
.dashboard__counters__num= number_to_human @reports_count, strip_insignificant_zeros: true
.dashboard__counters__label= t 'admin.dashboard.open_reports'
%div
= link_to admin_tags_path(review: 'pending_review') do
= link_to admin_tags_path(pending_review: '1') do
.dashboard__counters__num= number_to_human @pending_tags_count, strip_insignificant_zeros: true
.dashboard__counters__label= t 'admin.dashboard.pending_tags'
%div