demarches-normaliennes/app/views/new_gestionnaire/dossiers/_champs.html.haml

13 lines
276 B
Text
Raw Normal View History

%table.table.vertical
2017-07-11 16:50:29 +02:00
%tbody
- champs.each do |c|
%tr
- if c.type_champ == "header_section"
%th.header-section{ colspan: 2 }
= c.libelle
- else
%th
= "#{c.libelle} :"
%td
= c.value