display telephone and horaires of service

even if the dossier is not in brouillon state
This commit is contained in:
Christophe Robillard 2023-09-04 10:20:52 +02:00
parent 587960cfd9
commit c5d02cdd6a

View file

@ -21,6 +21,7 @@
= I18n.t('users.procedure_footer.contact.email.link')
= link_to service.email, "mailto:#{service.email}", class: "fr-footer__top-link"
- if service.present?
- if service.telephone.present? || service.horaires.present?
%li
- horaires = "#{I18n.t('users.procedure_footer.contact.schedule.prefix')}#{formatted_horaires(service.horaires)}"