2019-06-20 09:58:53 +02:00
|
|
|
|
.card.feedback
|
|
|
|
|
.card-title
|
|
|
|
|
La messagerie est désormais désactivée.
|
2019-07-03 17:18:44 +02:00
|
|
|
|
- if service.present?
|
|
|
|
|
%p
|
|
|
|
|
Pour poser une question sur ce dossier, contactez :
|
|
|
|
|
%p
|
|
|
|
|
= service.nom
|
|
|
|
|
%br
|
|
|
|
|
= service.organisme
|
|
|
|
|
%br
|
|
|
|
|
- horaires = "Horaires : #{formatted_horaires(service.horaires)}"
|
|
|
|
|
= simple_format(horaires)
|
|
|
|
|
%p
|
|
|
|
|
= link_to service.email, "mailto:#{service.email}"
|