diff options
author | ThibG <thib@sitedethib.com> | 2019-02-19 14:01:22 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-19 14:01:22 +0100 |
commit | 359d26a05345895f295a91b7728fe711cd280f84 (patch) | |
tree | f1f42aab702703f96b526aba688a65b6e211e768 /app | |
parent | 3a8cb6c73715919a61709bd7ce67fc5ec8d192f9 (diff) |
Fix “reset” button of instance filter switching to custom emoji admin panel (#10076)
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/instances/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/instances/index.html.haml b/app/views/admin/instances/index.html.haml index 2a5af3b5d..235927140 100644 --- a/app/views/admin/instances/index.html.haml +++ b/app/views/admin/instances/index.html.haml @@ -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/ |