footer remove br tags

This commit is contained in:
Julie Salha 2023-01-25 16:11:07 +01:00 committed by Julie Salha
parent dfd5bdf44d
commit 2a9a79a673
3 changed files with 10 additions and 6 deletions

View file

@ -18,3 +18,9 @@
width: 9rem; 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 %p
%strong %strong
= t('.procedure_management') = t('.procedure_management')
%br
= service.nom = service.nom
%br
= service.organisme = service.organisme
%br
= service.adresse = service.adresse
%td{ width: "50%", valign: "top" } %td{ width: "50%", valign: "top" }
%p %p

View file

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