From 74b9810d222ce57117153c46fe012c9619feb705 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 6 Jun 2014 13:26:04 +1000 Subject: [PATCH] Removing image from about us --- app/views/shopping_shared/_about.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shopping_shared/_about.html.haml b/app/views/shopping_shared/_about.html.haml index 5e630b4d7f..232c70b519 100644 --- a/app/views/shopping_shared/_about.html.haml +++ b/app/views/shopping_shared/_about.html.haml @@ -3,7 +3,7 @@ .small-12.large-9.columns %p= current_distributor.long_description.andand.html_safe - - if current_distributor.promo_image.exists? - .small-12.large-3.columns - %img.about.right{src: current_distributor.promo_image.url(:large)} + -#- if current_distributor.promo_image.exists? + -#.small-12.large-3.columns + -#%img.about.right{src: current_distributor.promo_image.url(:large)}