ソースを参照

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キー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


読み込み中…
キャンセル
保存