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

Fix #12132
master
Eugen Rochko 5 years ago committed by GitHub
parent e6d111f38b
commit 30a28a2eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/views/admin/custom_emojis/_custom_emoji.html.haml

@ -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…
Cancel
Save