demarches-normaliennes/app/views/shared/dossiers/_user_infos.html.haml
Kara Diaby ee9c918ee8 Layout
2023-12-12 22:35:11 +00:00

3 lines
245 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

= render Dossiers::RowShowComponent.new(label: for_tiers ? t('views.users.dossiers.identite.mandataire_email') : 'Email', profile: @profile) do |c|
- c.with_value do
= user_deleted ? "#{email} (lusager a supprimé son compte)" : email