Skip to content

Commit

Permalink
Change smileys in review email to match website
Browse files Browse the repository at this point in the history
  • Loading branch information
eletallbetagouv committed Aug 1, 2023
1 parent 932a569 commit 88d5483
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,20 @@
</p>

<p>
<b>@Messages("ConsumerReportAckProEmail.satisfactionQuestion")</b>
<b>@Messages("ConsumerReportAckProEmail.satisfactionQuestion")</b> @Messages("ConsumerReportAckProEmail.clickYourChoice")
<div style="display: flex; margin: 50px ">
<a href="@reviewUrl(ResponseEvaluation.Positive)" target="_blank" style="padding-right:20px"><img src='cid:happy' alt="positif" width="75" height="75"></a>
<a href="@reviewUrl(ResponseEvaluation.Neutral)" target="_blank" style="padding-right:20px; padding-left:20px"><img src='cid:neutral' alt="neutre" width="75" height="75"/></a>
<a href="@reviewUrl(ResponseEvaluation.Negative)" target="_blank" style="padding-left:20px"><img src='cid:sad' alt="négatif" width="75" height="75" /></a>
<a href="@reviewUrl(ResponseEvaluation.Positive)" target="_blank" style="padding-right:20px">
<img src='cid:happy' alt="positif" width="75" height="75">
<p style="text-align:center;">Satisfait</p>
</a>
<a href="@reviewUrl(ResponseEvaluation.Neutral)" target="_blank" style="padding-right:20px; padding-left:20px">
<img src='cid:neutral' alt="neutre" width="75" height="75"/>
<p style="text-align:center;">Neutre</p>
</a>
<a href="@reviewUrl(ResponseEvaluation.Negative)" target="_blank" style="padding-left:20px">
<img src='cid:sad' alt="négatif" width="75" height="75" />
<p style="text-align:center;">Mécontent</p>
</a>
</div>
</p>

Expand Down
Binary file modified appfiles/happy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified appfiles/neutral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified appfiles/sad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions conf/messages.fr
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ConsumerReportAckProEmail.companySiret=SIRET : <b>{0}</b>
ConsumerReportAckProEmail.responseHeader=L''entreprise a répondu à votre signalement.
ConsumerReportAckProEmail.responseContent=Voici sa réponse :
ConsumerReportAckProEmail.satisfactionQuestion=Êtes-vous satisfait de cette réponse ?
ConsumerReportAckProEmail.clickYourChoice=Cliquez sur votre choix :
ConsumerReportAckProEmail.situationImprovement=Sachez que, quelle que soit la réponse de l''entreprise, les enquêteurs de la répression des fraudes peuvent décider de faire un contrôle, en fonction des informations que vous avez transmises.
ConsumerReportAckProEmail.waitingForImprovement=Vous souhaitez attendre de voir si la situation s''améliore ?
ConsumerReportAckProEmail.newReportLink=N''hésitez pas à refaire un nouveau signalement si vous constatez que le problème n''a pas été corrigé. La répression des fraudes sera ainsi mieux au courant de la situation.
Expand Down

0 comments on commit 88d5483

Please sign in to comment.