Remove an extra blank line

This commit is contained in:
gregoirenovel 2017-10-16 11:47:56 +02:00
parent 2b88c1bfec
commit 239324cdc4
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@
= render partial: 'new_gestionnaire/dossiers/identite_individual', locals: { individual: @dossier.individual } = render partial: 'new_gestionnaire/dossiers/identite_individual', locals: { individual: @dossier.individual }
.backoffice-title Formulaire .backoffice-title Formulaire
- champs = @dossier.ordered_champs.decorate - champs = @dossier.ordered_champs.decorate
- if champs.any? - if champs.any?
.card.featured .card.featured

View file

@ -10,7 +10,6 @@
= render partial: "identite_individual", locals: { individual: @dossier.individual } = render partial: "identite_individual", locals: { individual: @dossier.individual }
.backoffice-title Formulaire .backoffice-title Formulaire
- champs = @dossier.ordered_champs.decorate - champs = @dossier.ordered_champs.decorate
- if champs.any? - if champs.any?
.card.featured .card.featured