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