소스 검색

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

Fix #12132
master^2
Eugen Rochko 4 년 전
committed by GitHub
부모
커밋
30a28a2eb7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      app/views/admin/custom_emojis/_custom_emoji.html.haml

+ 4
- 0
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?


불러오는 중...
취소
저장