Fix not showing if emoji has a local counterpart in admin UI (#12135)

Fix #12132
lolsob-rspec
Eugen Rochko 2019-10-10 02:21:52 +02:00 committed by GitHub
parent a4969d4b98
commit 976d6f671c
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
- else
= custom_emoji.domain
- if custom_emoji.local_counterpart.present?
•
= t('admin.accounts.location.local')
%br/
- if custom_emoji.disabled?