[Fix #908] Display multi-selection values in a list

This commit is contained in:
gregoirenovel 2017-11-20 16:30:32 +01:00
parent 9b0415eed7
commit f856077660

View file

@ -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} :"