mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 05:12:18 +00:00
Fix not showing if emoji has a local counterpart in admin UI (#12135)
Fix #12132
This commit is contained in:
parent
e6d111f38b
commit
30a28a2eb7
|
@ -17,6 +17,10 @@
|
|||
- else
|
||||
= custom_emoji.domain
|
||||
|
||||
- if custom_emoji.local_counterpart.present?
|
||||
•
|
||||
= t('admin.accounts.location.local')
|
||||
|
||||
%br/
|
||||
|
||||
- if custom_emoji.disabled?
|
||||
|
|
Loading…
Reference in a new issue