diff --git a/app/views/shopping_shared/_contact.html.haml b/app/views/shopping_shared/_contact.html.haml index 405c958768..637ca5f530 100644 --- a/app/views/shopping_shared/_contact.html.haml +++ b/app/views/shopping_shared/_contact.html.haml @@ -18,11 +18,14 @@ = current_distributor.address.zipcode .small-12.large-4.columns - - if current_distributor.website || current_distributor.email_address + - if current_distributor.website || current_distributor.email_address || current_distributor.phone %div.center .header = t :shopping_contact_web %p + - unless current_distributor.phone.blank? + = current_distributor.phone + %br - unless current_distributor.website.blank? %a{href: "http://#{current_distributor.website}", target: "_blank" } = current_distributor.website