From ccfd9da29802be70243c3e16048730781fe1ecee Mon Sep 17 00:00:00 2001 From: Xavier J Date: Mon, 3 Oct 2016 14:19:16 +0200 Subject: [PATCH] Fix html_safe description recap dossier --- app/views/dossiers/_infos_dossier.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dossiers/_infos_dossier.html.haml b/app/views/dossiers/_infos_dossier.html.haml index d04d0187f..f075d641e 100644 --- a/app/views/dossiers/_infos_dossier.html.haml +++ b/app/views/dossiers/_infos_dossier.html.haml @@ -35,7 +35,7 @@ %th{ style: 'width:25%' } =champ.libelle %td - =champ.decorate.value + =champ.decorate.value.html_safe .col-lg-6.col-md-6 =render partial: '/dossiers/pieces_justificatives' %br