fix(dossier): do not show header section title twice
This commit is contained in:
parent
10a37793be
commit
c284c678a8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
- champ.rows.each do |row|
|
- champ.rows.each do |row|
|
||||||
= render Dossiers::ChampRowShowComponent.new(champs: row, demande_seen_at: @demande_seen_at, profile: @profile, repetition: true)
|
= render Dossiers::ChampRowShowComponent.new(champs: row, demande_seen_at: @demande_seen_at, profile: @profile, repetition: true)
|
||||||
|
|
||||||
- else
|
- elsif !champ.header_section?
|
||||||
.flex.d-block-sm
|
.flex.d-block-sm
|
||||||
%p.champ-label.flex-grow= "#{champ.libelle} :"
|
%p.champ-label.flex-grow= "#{champ.libelle} :"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue