Exposer plus d’informations dans l’interface pour certains champs

This commit is contained in:
Paul Chavard 2021-03-17 11:51:45 +01:00
parent de5c2d3032
commit d59867c73b
4 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- if champ.external_id.present?
= format_text_value("#{champ.external_id} - #{champ}")
- else
= format_text_value(champ.to_s)