Add filters to admin UI for custom emojis (#6003)

This commit is contained in:
Eugen Rochko 2017-12-13 13:28:31 +01:00 committed by GitHub
parent 57fcc21a86
commit ad75ec8b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 6 deletions

View file

@ -7,7 +7,7 @@
- if custom_emoji.local?
= t('admin.accounts.location.local')
- else
= custom_emoji.domain
= link_to custom_emoji.domain, admin_custom_emojis_path(by_domain: custom_emoji.domain)
%td
- if custom_emoji.local?
- if custom_emoji.visible_in_picker