From 6df61bf9d2cff795684668b098173d0f032f5bd3 Mon Sep 17 00:00:00 2001 From: ThibG Date: Tue, 19 Feb 2019 14:01:22 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Creset=E2=80=9D=20button=20of=20i?= =?UTF-8?q?nstance=20filter=20switching=20to=20custom=20emoji=20admin=20pa?= =?UTF-8?q?nel=20(#10076)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/instances/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/