bd47bf2691
* Use the existing Dossier#messagerie_available? method * Raise when attempting to build a Commentaire if not messagerie_available? * Disable the Messagerie form if not messagerie_available? * Add tests :) * Tweak the Horaires formatting while we’re here.
14 lines
361 B
Text
14 lines
361 B
Text
.card.feedback
|
||
.card-title
|
||
La messagerie est désormais désactivée.
|
||
%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}"
|