From fc7abd5d02d6a0cd50d75f78bd654db6a3966d8b Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 25 Feb 2015 16:20:10 +1100 Subject: [PATCH] Changing order of tabs at top of shopfront, leaving more room for long shopfront names in about tab --- app/views/shopping_shared/_tabs.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/shopping_shared/_tabs.html.haml b/app/views/shopping_shared/_tabs.html.haml index d136efa045..b654366ecc 100644 --- a/app/views/shopping_shared/_tabs.html.haml +++ b/app/views/shopping_shared/_tabs.html.haml @@ -2,10 +2,10 @@ .row %tabset -# Build all tabs. - - for name, heading_cols in { about: ["About #{current_distributor.name}", 4], - producers: ["Producers",3], - groups: ["Groups",2], - contact: ["Contact",3]} + - for name, heading_cols in { about: ["About #{current_distributor.name}", 6], + producers: ["Producers",2], + contact: ["Contact",2], + groups: ["Groups",2]} -# tabs take tab path in 'active' and 'select' functions defined in TabsCtrl. - heading, cols = heading_cols %tab.columns{heading: heading,