2018-12-20 16:35:58 +01:00
|
|
|
- content_for(:title, 'Invitation à donner votre avis')
|
2020-05-20 17:17:39 +02:00
|
|
|
- avis_link = @avis.instructeur.present? ? instructeur_avis_url(@avis.procedure, @avis) : sign_up_instructeur_avis_url(@avis.procedure, @avis.id, @avis.email)
|
2018-09-24 14:16:45 +02:00
|
|
|
|
2018-12-20 10:33:18 +01:00
|
|
|
- content_for(:footer) do
|
|
|
|
Merci de ne pas répondre à cet email. Donnez votre avis
|
2020-07-22 10:32:20 +02:00
|
|
|
= link_to("sur #{APPLICATION_NAME}", avis_link)
|
2018-12-20 10:33:18 +01:00
|
|
|
ou
|
|
|
|
= succeed '.' do
|
|
|
|
= mail_to(@avis.claimant.email, "contactez la personne qui vous a invité")
|
|
|
|
|
2018-05-31 16:37:40 +02:00
|
|
|
%p
|
|
|
|
Bonjour,
|
2018-05-31 16:35:07 +02:00
|
|
|
|
2018-05-31 16:37:40 +02:00
|
|
|
%p
|
2018-11-23 11:04:28 +01:00
|
|
|
Vous avez été invité par
|
|
|
|
%strong= @avis.claimant.email
|
|
|
|
= "à donner votre avis sur le dossier nº #{@avis.dossier.id} de la démarche :"
|
2020-05-20 16:32:06 +02:00
|
|
|
%strong= @avis.procedure.libelle
|
2017-05-02 15:37:06 +02:00
|
|
|
|
2018-05-31 16:37:40 +02:00
|
|
|
%p
|
2018-11-23 11:04:28 +01:00
|
|
|
= "#{@avis.claimant.email} vous a écrit :"
|
2018-05-31 16:37:40 +02:00
|
|
|
%br
|
2018-12-20 16:36:29 +01:00
|
|
|
%p{ style: "padding: 8px; color: #333333; background-color: #EEEEEE; font-size: 14px;" }
|
2018-11-23 11:04:28 +01:00
|
|
|
= @avis.introduction
|
2017-05-02 15:37:06 +02:00
|
|
|
|
2019-08-06 11:02:54 +02:00
|
|
|
- if @avis.instructeur.present?
|
2018-05-31 16:37:40 +02:00
|
|
|
%p
|
2020-04-07 12:05:36 +02:00
|
|
|
= round_button("Donner votre avis", avis_link, :primary)
|
2018-05-31 16:37:40 +02:00
|
|
|
- else
|
|
|
|
%p
|
2020-04-07 12:05:36 +02:00
|
|
|
= round_button("Inscrivez-vous pour donner votre avis", avis_link, :primary)
|
2017-05-02 15:37:06 +02:00
|
|
|
|
2018-12-20 09:35:55 +01:00
|
|
|
= render partial: "layouts/mailers/signature"
|