diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-02-19 23:04:18 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-02-19 23:04:18 +0100 |
commit | e03700240111f42350902387502025fe254fd466 (patch) | |
tree | 3a89540465fddb68791cdcffbc551f5cc6123b41 /app/views/admin/accounts | |
parent | 955f838f9df9a6af4ba2ab51716def6093698c28 (diff) | |
parent | ff3a11d01d262c0a37cc1e33db2013b19729fb9d (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/admin/accounts')
-rw-r--r-- | app/views/admin/accounts/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/accounts/show.html.haml b/app/views/admin/accounts/show.html.haml index a83f77134..a30b78db2 100644 --- a/app/views/admin/accounts/show.html.haml +++ b/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 |