demarches-normaliennes/app/views/new_gestionnaire/dossiers/_champs.html.haml
2017-10-17 10:14:56 +02:00

12 lines
340 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.dossier-champs
%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.libelle
= "#{c.libelle} :"
%td
= sanitize(c.value)