Fix: Ensure "With Media" is highlighted from Admin Accounts page (#30812)
This commit is contained in:
parent
052c90b8de
commit
30ae5952d2
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
%strong= t('admin.statuses.media.title')
|
||||
%ul
|
||||
%li= filter_link_to t('generic.all'), media: nil, id: nil
|
||||
%li= filter_link_to t('admin.statuses.with_media'), media: '1'
|
||||
%li= filter_link_to t('admin.statuses.with_media'), media: true
|
||||
.back-link
|
||||
- if params[:report_id]
|
||||
= link_to admin_report_path(params[:report_id].to_i) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue