6 lines
236 B
Text
6 lines
236 B
Text
= render Dossiers::RowShowComponent.new(label: 'Email', profile: @profile) do |c|
|
||
- c.with_value do
|
||
- if for_tiers
|
||
= beneficiaire_mail
|
||
- else
|
||
= user_deleted ? "#{email} (l’usager a supprimé son compte)" : email
|