소스 검색

Fix account's bio not being shown if there are no proofs/fields in admin UI (#13075)

master^2
ThibG 4 년 전
committed by GitHub
부모
커밋
4dec392ea8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      app/views/admin/accounts/show.html.haml

+ 3
- 3
app/views/admin/accounts/show.html.haml 파일 보기

@@ -27,9 +27,9 @@
= fa_icon 'check'
= Formatter.instance.format_field(account, field.value, custom_emojify: true)

- if account.note.present?
%div
.account__header__content.emojify= Formatter.instance.simplified_format(account, custom_emojify: true)
- if account.note.present?
%div
.account__header__content.emojify= Formatter.instance.simplified_format(account, custom_emojify: true)

.dashboard__counters{ style: 'margin-top: 10px' }
%div


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