summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-02-19 14:01:22 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-02-23 17:19:36 +0100
commit6df61bf9d2cff795684668b098173d0f032f5bd3 (patch)
treecdfc0f91847d7f6cc293be551e76824fb14dd1ce
parent80db9a74efd0f382b759ee85f6edd9daf7ef1464 (diff)
Fix “reset” button of instance filter switching to custom emoji admin panel (#10076)
-rw-r--r--app/views/admin/instances/index.html.haml2
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 2a5af3b5d61..23592714079 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/