From d6e808b53409abd20dfe3d1c6b962081c1c88076 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 8 Jun 2015 01:06:01 +0200 Subject: [PATCH] ordre photos --- app/views/layouts/public.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index a0c3b59..1104521 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -86,11 +86,11 @@ %h3 Nos dernières réalisations... .rea-gal.img_gallery + =link_to image_tag("laverie-1.jpg"), asset_path("laverie-1.jpg") + =link_to image_tag("laverie-2.jpg"), asset_path("laverie-2.jpg") + =link_to image_tag("laverie-3.jpg"), asset_path("laverie-3.jpg") =link_to image_tag("laverie-4.jpg"), asset_path("laverie-4.jpg") =link_to image_tag("laverie-5.jpg"), asset_path("laverie-5.jpg") - =link_to image_tag("laverie-3.jpg"), asset_path("laverie-3.jpg") - =link_to image_tag("laverie-1.jpg"), asset_path("laverie-1.jpg") - =link_to image_tag("laverie-3.jpg"), asset_path("laverie-3.jpg") =link_to image_tag("laverie-6.jpg"), asset_path("laverie-6.jpg") =link_to image_tag("laverie-7.jpg"), asset_path("laverie-7.jpg") =link_to image_tag("laverie-8.jpg"), asset_path("laverie-8.jpg")