style(procedure removed banner): add links for email and telephone

This commit is contained in:
Eric Leroy-Terquem 2024-03-07 18:58:39 +01:00
parent 5a098df525
commit c96d86a64b
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
= render partial: "users/dossiers/replacement_procedure", locals: { replacement_procedure: dossier.procedure.replaced_by_procedure }
%p
= t('users.dossiers.header.banner.contact_service', service_name: dossier.procedure.service.nom, service_phone_number: dossier.procedure.service.telephone, service_email: dossier.procedure.service.email)
= t('users.dossiers.header.banner.contact_service_html', service_name: dossier.procedure.service.nom, service_phone_number: Phonelib.parse(dossier.procedure.service.telephone_url).full_national, service_email: dossier.procedure.service.email)
- if !dossier.brouillon?
= render(partial: 'users/dossiers/show/print_dossier', locals: { dossier: dossier })

View file

@ -11,7 +11,7 @@ en:
procedure_close_content: You can still consult your file, but it will not be processed by the administration
new_procedure_link: see the procedure
new_procedure_content: "A new procedure is available, consult it here:"
contact_service: For more information, please contact the service %{service_name}, available at %{service_phone_number} or by email %{service_email}
contact_service_html: For more information, please contact the service %{service_name}, available at %{service_phone_number} or by email to <a href="mailto:%{service_email}">%{service_email}</a>
states:
brouillon: Your file is still in draft and will soon expire. So it will be deleted soon without being instructed. If you want to pursue your procedure you can submit it now. Otherwise you are able to delay its expiration by clicking on the underneath button.
en_construction: Your file is pending for instruction. The maximum delay is %{nominal_duration_months} months, but you can extend the duration by clicking on the underneath button.

View file

@ -10,7 +10,7 @@ fr:
procedure_close_content: "Vous pouvez toujours consulter votre dossier, mais il ne sera pas traité par ladministration"
new_procedure_link: voir la démarche
new_procedure_content: "Une nouvelle démarche est disponible, consultez-la ici :"
contact_service: Pour plus dinformations, veuillez vous rapprocher du service %{service_name}, disponible au %{service_phone_number} ou par email %{service_email}
contact_service_html: Pour plus dinformations, veuillez vous rapprocher du service %{service_name}, disponible au %{service_phone_number} ou par email à <a href="mailto:%{service_email}">%{service_email}</a>
title: Votre dossier va expirer
states:
brouillon: Votre dossier est en brouillon, mais va bientôt expirer. Cela signifie quil va bientôt être supprimé sans avoir été déposé. Si vous souhaitez le conserver afin de poursuivre la démarche, vous pouvez étendre la durée de conversation en cliquant sur le bouton ci-dessous.