From 703ee5e5669dd994d71bf6bc85e150306fe3c427 Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 24 Jun 2014 13:24:56 +1000 Subject: [PATCH] Tweak markup for ABOUT tab on mini menu --- app/views/shopping_shared/_about.html.haml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/views/shopping_shared/_about.html.haml b/app/views/shopping_shared/_about.html.haml index 1cd8f91c49..0e71125f65 100644 --- a/app/views/shopping_shared/_about.html.haml +++ b/app/views/shopping_shared/_about.html.haml @@ -1,9 +1,7 @@ .content#about{"ng-controller" => "AboutUsCtrl", bindonce: true} .row - .small-12.large-6.columns - %img.hero-img-small{"bo-src" => "CurrentHub.hub.promo_image"} - %p.small-text{"bo-html" => "CurrentHub.hub.long_description"} - .small-12.large-3.columns + .small-12.large-8.columns.panel + %img.hero-img-small{"bo-src" => "CurrentHub.hub.promo_image", "bo-if" => "CurrentHub.hub.promo_image"} + %p{"bo-html" => "CurrentHub.hub.long_description"} + .small-12.large-4.columns   - .small-12.large-3.columns - %img{"bo-src" => "CurrentHub.hub.logo", "bo-if" => "CurrentHub.hub.logo"}