瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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


Loading…
取消
儲存