Browse Source

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

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
359d26a053
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin/instances/index.html.haml

+ 1
- 1
app/views/admin/instances/index.html.haml 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/

Loading…
Cancel
Save