feat(messagerie_missing_link): Add link to messaging system in the alert block - fix #10198
This commit is contained in:
parent
96e77c81c5
commit
d5af837872
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue