footer remove br tags
This commit is contained in:
parent
dfd5bdf44d
commit
2a9a79a673
3 changed files with 10 additions and 6 deletions
|
@ -18,3 +18,9 @@
|
|||
width: 9rem;
|
||||
}
|
||||
}
|
||||
|
||||
.fr-footer__top-link p {
|
||||
margin-bottom: 0;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
|
|
@ -12,11 +12,8 @@
|
|||
%p
|
||||
%strong
|
||||
= t('.procedure_management')
|
||||
%br
|
||||
= service.nom
|
||||
%br
|
||||
= service.organisme
|
||||
%br
|
||||
= service.adresse
|
||||
%td{ width: "50%", valign: "top" }
|
||||
%p
|
||||
|
|
|
@ -15,8 +15,9 @@
|
|||
%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
|
||||
%p
|
||||
= I18n.t('users.procedure_footer.contact.phone.link', service_telephone: service.telephone)
|
||||
%br
|
||||
%p
|
||||
= horaires
|
||||
%li
|
||||
= link_to I18n.t('users.procedure_footer.contact.stats.link'), statistiques_path(procedure.path), class: 'fr-footer__top-link', rel: 'noopener'
|
||||
|
|
Loading…
Reference in a new issue