0
0
Fork 0

Fix regressions from change in account row design in web UI (#24343)

This commit is contained in:
Eugen Rochko 2023-04-01 09:27:23 +02:00 committed by GitHub
parent d5ad8b6422
commit 46483ae849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 25 deletions

View file

@ -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