Skip to content

Commit

Permalink
display telephone and horaires of service
Browse files Browse the repository at this point in the history
even if the dossier is not in brouillon state
  • Loading branch information
krichtof committed Sep 7, 2023
1 parent f1de195 commit 925c39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/users/_procedure_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
Expand Down

0 comments on commit 925c39c

Please sign in to comment.