From 2b4a242418743e64baeab2e9c0253b9f80e79b55 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Mon, 3 Oct 2016 14:36:07 +0200 Subject: [PATCH] Fix bug --- app/views/dossiers/_infos_dossier.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/dossiers/_infos_dossier.html.haml b/app/views/dossiers/_infos_dossier.html.haml index f075d641e..539f09e05 100644 --- a/app/views/dossiers/_infos_dossier.html.haml +++ b/app/views/dossiers/_infos_dossier.html.haml @@ -35,7 +35,8 @@ %th{ style: 'width:25%' } =champ.libelle %td - =champ.decorate.value.html_safe + -unless champ.decorate.value.blank? + =champ.decorate.value.html_safe .col-lg-6.col-md-6 =render partial: '/dossiers/pieces_justificatives' %br