demarches-normaliennes/app/views/shared/dossiers/messages/_messagerie_disabled.html.haml
2019-07-03 17:18:44 +02:00

15 lines
407 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.card.feedback
.card-title
La messagerie est désormais désactivée.
- 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}"