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

12 lines
276 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
- else
%th
= "#{c.libelle} :"
%td
= c.value