demarches-normaliennes/app/views/new_gestionnaire/dossiers/_champs.html.haml
2017-10-05 14:46:09 +02:00

12 lines
307 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%table.table.vertical
%tbody
- champs.each do |c|
%tr
- if c.type_champ == "header_section"
%th.header-section{ colspan: 2 }
= c.libelle
- elsif c.type_champ != "explication"
%th
= "#{c.libelle} :"
%td
= c.value