5 lines
130 B
Text
5 lines
130 B
Text
|
- if champ.external_id.present?
|
||
|
= format_text_value("#{champ.external_id} - #{champ}")
|
||
|
- else
|
||
|
= format_text_value(champ.to_s)
|