add dossier owner on dossier list when there is invitation

This commit is contained in:
Lisa Durand 2024-03-18 11:15:39 +01:00
parent cbdbbd9416
commit 90331f6e52
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
- if dossier.invites.present?
%p.fr-icon--sm.fr-icon-shield-line
= t('views.users.dossiers.dossiers_list.shared_with')
= t('views.users.dossiers.dossiers_list.shared_with', owner: dossier.user.email)
= dossier.invites.map(&:email).join(', ')
.text-right