2016-12-05 19:30:58 +01:00
|
|
|
- if @headers.nil?
|
|
|
|
-@headers.each do |header|
|
2016-06-09 14:18:28 +02:00
|
|
|
.row
|
2016-12-05 19:30:58 +01:00
|
|
|
%div{class: "type_champ-#{header.type_champ}"}
|
|
|
|
=render partial: 'users/description/champs/header_section', locals: {libelle: header.libelle, order_place: header.order_place, champs: @champs}
|
|
|
|
- else
|
|
|
|
.row
|
|
|
|
=render partial: 'users/description/champs/header_section', locals: {libelle: 'Dossier', order_place: -1, champs: @champs}
|