feat(improve-contact-page-a11y) : Add missing lang attributes - fix #6772
This commit is contained in:
parent
993c147631
commit
339dd7ef98
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
.fr-header__brand.fr-enlarge-link
|
||||
.fr-header__brand-top
|
||||
.fr-header__logo
|
||||
%p.fr-logo
|
||||
%p.fr-logo{ lang: "fr" }
|
||||
République
|
||||
= succeed "Française" do
|
||||
%br/
|
||||
|
@ -26,7 +26,7 @@
|
|||
- root_profile_link, root_profile_libelle = root_path_info_for_profile(nav_bar_profile)
|
||||
|
||||
= link_to root_profile_link, title: "#{root_profile_libelle} — #{Current.application_name}" do
|
||||
%p.fr-header__service-title= Current.application_name
|
||||
%span.fr-header__service-title{ lang: "fr" }= Current.application_name
|
||||
|
||||
.fr-header__tools
|
||||
.fr-header__tools-links.relative
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
= link_to t("links.footer.security.label"), t("links.footer.security.url"), title: t("links.footer.security.title"), class: "fr-footer__top-link", rel: "noopener noreferrer"
|
||||
.fr-container
|
||||
.fr-footer__body
|
||||
.fr-footer__brand.fr-enlarge-link
|
||||
.fr-footer__brand.fr-enlarge-link{ lang: "fr" }
|
||||
%p.fr-logo
|
||||
gouvernement
|
||||
= link_to t("links.footer.dinum.url"), title: t("links.footer.dinum.title"), class: "fr-footer__brand-link" do
|
||||
|
|
Loading…
Reference in a new issue