Merge remote-tracking branch 'parent/main' into upstream-20240813
This commit is contained in:
commit
e7ccc0539f
358 changed files with 4653 additions and 4261 deletions
|
@ -17,8 +17,8 @@
|
|||
= logo_as_symbol(:wordmark)
|
||||
|
||||
= link_to '#', class: 'sidebar__toggle__icon', 'aria-label': t('navigation.toggle_menu'), 'aria-expanded': 'false' do
|
||||
= fa_icon 'bars'
|
||||
= fa_icon 'times'
|
||||
= material_symbol 'menu'
|
||||
= material_symbol 'close'
|
||||
|
||||
= render_navigation
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
= t 'users.signed_in_as'
|
||||
%span.username @#{current_account.local_username_and_domain}
|
||||
= link_to destroy_user_session_path(continue: true), method: :delete, class: 'logout-link icon-button', title: t('applications.logout'), 'aria-label': t('applications.logout') do
|
||||
= fa_icon 'sign-out'
|
||||
= material_symbol 'logout'
|
||||
|
||||
.container-alt= yield
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue