Merge pull request #8496 from demarches-simplifiees/a11y-8168-footer-tags-used-for-presentation

a11y : footer remove br tags
This commit is contained in:
Colin Darie 2023-01-30 10:06:29 +01:00 committed by GitHub
commit 09b4eb9879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -18,3 +18,9 @@
width: 9rem;
}
}
.fr-footer__top-link p {
margin-bottom: 0;
font-size: 0.75rem;
line-height: 1.25rem;
}

View file

@ -12,11 +12,8 @@
%p
%strong
= t('.procedure_management')
%br
= service.nom
%br
= service.organisme
%br
= service.adresse
%td{ width: "50%", valign: "top" }
%p

View file

@ -15,9 +15,10 @@
%li
- horaires = "#{I18n.t('users.procedure_footer.contact.schedule.prefix')}#{formatted_horaires(service.horaires)}"
= link_to service.telephone_url, class: 'fr-footer__top-link' do
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
%br
= horaires
%p
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
%p
= horaires
%li
= link_to I18n.t('users.procedure_footer.contact.stats.link'), statistiques_path(procedure.path), class: 'fr-footer__top-link', rel: 'noopener'