Skip to content
Snippets Groups Projects
Unverified Commit 70b3207e authored by Nikita Karamov's avatar Nikita Karamov Committed by GitHub
Browse files

Add a11y tags to the modal (#22549)

Closes #22547
parent b8ad446f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
.name
= 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' do
= 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'
.container-alt= yield
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment