diff --git a/app/assets/images/mailer/logo-services-plus.png b/app/assets/images/mailer/logo-services-plus.png new file mode 100644 index 000000000..975605679 Binary files /dev/null and b/app/assets/images/mailer/logo-services-plus.png differ diff --git a/app/assets/images/mailer/logo-services-plus.svg b/app/assets/images/mailer/logo-services-plus.svg deleted file mode 100644 index 1ef6a7f1d..000000000 --- a/app/assets/images/mailer/logo-services-plus.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/layouts/mailers/_service_plus.html.haml b/app/views/layouts/mailers/_service_plus.html.haml index e514c8d12..4370da79f 100644 --- a/app/views/layouts/mailers/_service_plus.html.haml +++ b/app/views/layouts/mailers/_service_plus.html.haml @@ -1,10 +1,16 @@ -%div{ style: 'background-color: #F5F5FE; padding: 15px;' } += vertical_margin(20) + +%div{ style: 'background-color: #F5F5FE; padding: 20px;' } %table{ width: "100%", border: "0", cellspacing: "0", cellpadding: "0" } %tr - %td{ width: "25%" } - = image_tag('mailer/logo-services-plus.svg', "aria-hidden": true, style: 'vertical-align: middle') - %td{ width: "75%", valign: "top" } + %td{ width: "70%", valign: "top", align: "center" } %p{ style: 'margin: 0' } - J'aide les services publics à s'améliorer : + J’aide les services publics à s’améliorer : %br - = link_to 'je donne mon avis avec services publics +', 'https://www.plus.transformation.gouv.fr/experience/step_1?pk_campaign=demarches-simplifiees', target: '_blank', rel: 'noopener' + = link_to 'Je donne mon avis avec Services Publics +', 'https://www.plus.transformation.gouv.fr/experience/step_1?pk_campaign=demarches-simplifiees', target: '_blank', rel: 'noopener noreferrer' + + %td{ width: "30%" } + = link_to 'https://www.plus.transformation.gouv.fr/experience/step_1?pk_campaign=demarches-simplifiees', target: '_blank', rel: 'noopener noreferrer' do + = image_tag('mailer/logo-services-plus.png', height: 39, width: 121, style: 'display:block; vertical-align: middle', alt: "Services Publics +") + += vertical_margin(20)