From 3474db169e044d16c931df207d882bd67d74cb58 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 6 Jun 2016 18:31:43 +0200 Subject: [PATCH] suite --- app/views/public/needs/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/public/needs/show.html.haml b/app/views/public/needs/show.html.haml index dc54006..40bddd7 100755 --- a/app/views/public/needs/show.html.haml +++ b/app/views/public/needs/show.html.haml @@ -37,7 +37,8 @@ -else %p.info=i(:"tag") + " Non catégorisé" - %p.description= @need.description + .description + =simple_format @need.description -if @need.image_file %img{src: @need.image_file.file.url}