From ff344533d9ee1e03d1a7c2f01ee339861803fb25 Mon Sep 17 00:00:00 2001 From: summerscope Date: Tue, 24 Jun 2014 16:51:58 +1000 Subject: [PATCH] Remove link for follow links on CONTACT for shopfront mini menu (tabs) - should be icon only --- app/views/shopping_shared/_contact.html.haml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/shopping_shared/_contact.html.haml b/app/views/shopping_shared/_contact.html.haml index 192b8a2422..a5623bbedd 100644 --- a/app/views/shopping_shared/_contact.html.haml +++ b/app/views/shopping_shared/_contact.html.haml @@ -43,22 +43,18 @@ %span %a{href: "http://twitter.com/#{current_distributor.twitter}", target: "_blank" } %i.ofn-i_041-twitter - = current_distributor.facebook - unless current_distributor.facebook.blank? %span %a{href: "http://#{current_distributor.facebook}", target: "_blank" } %i.ofn-i_044-facebook - = current_distributor.facebook - unless current_distributor.linkedin.blank? %span %a{href: "http://#{current_distributor.linkedin}", target: "_blank" } %i.ofn-i_042-linkedin - = current_distributor.linkedin - unless current_distributor.instagram.blank? %span %a{href: "http://instagram.com.#{current_distributor.instagram}", target: "_blank" } %i.ofn-i_043-instagram - = current_distributor.instagram