From c5d35d8a276533b4f51811836689a25e917d8ddd Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 8 Jul 2011 18:35:35 +0200 Subject: [PATCH] bug slide page accueil --- app/views/public/home/_slide.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/public/home/_slide.html.haml b/app/views/public/home/_slide.html.haml index c322766..db8e381 100644 --- a/app/views/public/home/_slide.html.haml +++ b/app/views/public/home/_slide.html.haml @@ -7,11 +7,11 @@ .title - =link_to slide.title, url if slide.image_file + =link_to slide.title, url .description =link_to simple_format(slide.description), url - .image_file=link_to image_tag( slide.image_file.file.large.medium.url), url + .image_file=link_to image_tag( slide.image_file.file.large.medium.url), url if slide.image_file .cible= link_to image_tag('front/en-savoir-plus-gris.png'), url