demarches-normaliennes/app/views/shared/champs/regions/_show.html.haml

4 lines
130 B
Text

- if champ.external_id.present?
= format_text_value("#{champ.external_id} - #{champ}")
- else
= format_text_value(champ.to_s)