Merge pull request #10238 from demarches-simplifiees/fix-mailbox-missing-link

ETQ usager : ajout d'un lien vers la messagerie dans les dossiers en attente de correction
This commit is contained in:
Paul Chavard 2024-03-28 16:56:17 +00:00 committed by GitHub
commit 46c5830306
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@
= render Dsfr::AlertComponent.new(state: :warning, size: :sm, extra_class_names: "fr-mb-2w") do |c|
- c.with_body do
%p
= t('views.users.dossiers.dossiers_list.pending_correction')
= t('views.users.dossiers.dossiers_list.pending_correction_html', link: messagerie_dossier_path(dossier))
- if dossier.transfer.present?
- if @statut == "dossiers-transferes"

View file

@ -500,7 +500,7 @@ en:
no_result_text_with_filter: found with selected filters
no_result_reset_filter: Reset filters
procedure_closed: This procedure has been closed, you will not be able to submit a file again from the procedure link, contact your administration for more information.
pending_correction: This file is waiting for your corrections. Consult the changes to be made in the messaging system.
pending_correction_html: "This file is waiting for your corrections. Consult the changes to be made in the <a href=\"%{link}\">messaging system</a>."
depose_at: First submission on %{date}
created_at: Created at %{date}
updated_at: updated at %{date}

View file

@ -512,7 +512,7 @@ fr:
termine:
internal_procedure_html: Cette démarche est close et remplacée par <a href="%{link}" target="_blank" rel="noopener noreferrer">cette démarche</a>. Votre dossier a été traité par l'administration
other_html: Cette démarche est close, vous ne pourrez pas déposer de nouveau dossier à partir du lien de la démarche. Plus d'informations <a href="%{link}" target="_blank" rel="noopener noreferrer">ici</a>
pending_correction: Ce dossier attend vos corrections. Consultez les modifications à apporter dans la messagerie.
pending_correction_html: "Ce dossier attend vos corrections. Consultez les modifications à apporter dans la <a href=\"%{link}\">messagerie</a>."
depose_at: Déposé le %{date}
created_at: Créé le %{date}
updated_at: modifié le %{date}