[#1421] Format linked dropdwon in user recapitulatif
This commit is contained in:
parent
6dc79301ce
commit
06efd9681c
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
||||||
= render partial: "shared/champs/piece_justificative/pj_link", locals: { champ: champ, user_can_upload: true }
|
= render partial: "shared/champs/piece_justificative/pj_link", locals: { champ: champ, user_can_upload: true }
|
||||||
- elsif champ.type_champ == 'textarea'
|
- elsif champ.type_champ == 'textarea'
|
||||||
= simple_format(champ.decorate.value)
|
= simple_format(champ.decorate.value)
|
||||||
|
- elsif champ.type_champ == 'linked_drop_down_list'
|
||||||
|
= champ.for_display
|
||||||
- else
|
- else
|
||||||
= sanitize(champ.decorate.value)
|
= sanitize(champ.decorate.value)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue