[Fix #908] Display multi-selection values in a list
This commit is contained in:
parent
9b0415eed7
commit
f856077660
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
- when "header_section"
|
||||
%th.header-section{ colspan: 2 }
|
||||
= c.libelle
|
||||
- when "multiple_drop_down_list"
|
||||
%th.libelle
|
||||
= "#{c.libelle} :"
|
||||
%td.rich-text
|
||||
%ul
|
||||
- c.value.split(", ").each do |item|
|
||||
%li
|
||||
= item
|
||||
- else
|
||||
%th.libelle
|
||||
= "#{c.libelle} :"
|
||||
|
|
Loading…
Reference in a new issue