2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Fix “reset” button of instance filter switching to custom emoji admin panel (#10076)

This commit is contained in:
ThibG 2019-02-19 14:01:22 +01:00 committed by Eugen Rochko
parent 80db9a74ef
commit 6df61bf9d2

View File

@ -23,7 +23,7 @@
.actions
%button= t('admin.accounts.search')
= link_to t('admin.accounts.reset'), admin_custom_emojis_path, class: 'button negative'
= link_to t('admin.accounts.reset'), admin_instances_path, class: 'button negative'
%hr.spacer/