From de61331e22dff796a37c44c19f99f56525c6221a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 27 Nov 2017 16:58:25 +0100 Subject: [PATCH] suite --- app/views/public/products/index.html.haml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/public/products/index.html.haml b/app/views/public/products/index.html.haml index 76b526a..caafaee 100644 --- a/app/views/public/products/index.html.haml +++ b/app/views/public/products/index.html.haml @@ -1,8 +1,13 @@ .center.row - + -if @reseaux.id == 2 + %center + + .intro=raw @reseaux.description %h1 Produits exclusifs réservés à ce réseau .boutique_body.products =render Product.where(:archived => false, :reseaux_id => @reseaux.id).all + + \ No newline at end of file