From 239324cdc48d2f14c776704b9708909c5d842ba5 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 16 Oct 2017 11:47:56 +0200 Subject: [PATCH] Remove an extra blank line --- app/views/new_gestionnaire/avis/show.html.haml | 1 - app/views/new_gestionnaire/dossiers/show.html.haml | 1 - 2 files changed, 2 deletions(-) diff --git a/app/views/new_gestionnaire/avis/show.html.haml b/app/views/new_gestionnaire/avis/show.html.haml index e88d364f3..f01b8409c 100644 --- a/app/views/new_gestionnaire/avis/show.html.haml +++ b/app/views/new_gestionnaire/avis/show.html.haml @@ -11,7 +11,6 @@ = render partial: 'new_gestionnaire/dossiers/identite_individual', locals: { individual: @dossier.individual } .backoffice-title Formulaire - - champs = @dossier.ordered_champs.decorate - if champs.any? .card.featured diff --git a/app/views/new_gestionnaire/dossiers/show.html.haml b/app/views/new_gestionnaire/dossiers/show.html.haml index 516d2c520..bcdad57be 100644 --- a/app/views/new_gestionnaire/dossiers/show.html.haml +++ b/app/views/new_gestionnaire/dossiers/show.html.haml @@ -10,7 +10,6 @@ = render partial: "identite_individual", locals: { individual: @dossier.individual } .backoffice-title Formulaire - - champs = @dossier.ordered_champs.decorate - if champs.any? .card.featured