display telephone and horaires of service
even if the dossier is not in brouillon state
This commit is contained in:
parent
587960cfd9
commit
c5d02cdd6a
1 changed files with 1 additions and 0 deletions
|
@ -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)}"
|
||||
|
|
Loading…
Reference in a new issue