]> cat aescling's git repositories - mastodon.git/commitdiff
Fix “reset” button of instance filter switching to custom emoji admin panel (#10076)
authorThibG <thib@sitedethib.com>
Tue, 19 Feb 2019 13:01:22 +0000 (14:01 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 19 Feb 2019 13:01:22 +0000 (14:01 +0100)
app/views/admin/instances/index.html.haml

index 2a5af3b5d61fe01718e514d83f6e259b3dd6b5f7..23592714079ed60214aa94ae4d61f178320521a0 100644 (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/