demarches-normaliennes/app/views/new_gestionnaire/dossiers/_commentaire_icon.html.haml
2017-09-06 11:11:24 +02:00

7 lines
283 B
Text

- case commentaire.email
- when current_gestionnaire.email
= image_tag('icons/account-circle.svg', class: 'person-icon')
- when 'contact@tps.apientreprise.fr'
= image_tag('icons/mail.svg', class: 'person-icon')
- else
= image_tag('icons/blue-person.svg', class: 'person-icon')