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

th-downstream
ThibG 5 years ago committed by GitHub
parent ddd9bad7f1
commit e2b6503921

@ -27,9 +27,9 @@
= fa_icon 'check' = fa_icon 'check'
= Formatter.instance.format_field(account, field.value, custom_emojify: true) = Formatter.instance.format_field(account, field.value, custom_emojify: true)
- if account.note.present? - if account.note.present?
%div %div
.account__header__content.emojify= Formatter.instance.simplified_format(account, custom_emojify: true) .account__header__content.emojify= Formatter.instance.simplified_format(account, custom_emojify: true)
.dashboard__counters{ style: 'margin-top: 10px' } .dashboard__counters{ style: 'margin-top: 10px' }
%div %div

Loading…
Cancel
Save