diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2023-04-01 09:27:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 09:27:23 +0200 |
commit | 46483ae849bc06ee74f4745f4564b213e742c51c (patch) | |
tree | e831a193c024d221bada006d3cec47688a8c85fa /app/helpers | |
parent | d5ad8b6422432b5a0e8f5268d662e6121186f532 (diff) |
Fix regressions from change in account row design in web UI (#24343)
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/home_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/home_helper.rb b/app/helpers/home_helper.rb index ea2196086..c5b83326d 100644 --- a/app/helpers/home_helper.rb +++ b/app/helpers/home_helper.rb @@ -8,7 +8,7 @@ module HomeHelper end def account_link_to(account, button = '', path: nil) - content_tag(:div, class: 'account') do + content_tag(:div, class: 'account account--minimal') do content_tag(:div, class: 'account__wrapper') do section = if account.nil? content_tag(:div, class: 'account__display-name') do |