Exposer plus d’informations dans l’interface pour certains champs
This commit is contained in:
parent
de5c2d3032
commit
d59867c73b
4 changed files with 18 additions and 0 deletions
4
app/views/shared/champs/regions/_show.html.haml
Normal file
4
app/views/shared/champs/regions/_show.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- if champ.external_id.present?
|
||||
= format_text_value("#{champ.external_id} - #{champ}")
|
||||
- else
|
||||
= format_text_value(champ.to_s)
|
Loading…
Add table
Add a link
Reference in a new issue