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"