From e7bed58616706cd624eddefae3dac9bb78b783f3 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 13 Mar 2014 11:25:06 +1100 Subject: [PATCH] Removing text as per #327 --- app/views/shop/shop/_products.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/shop/shop/_products.html.haml b/app/views/shop/shop/_products.html.haml index 0a1f67d0e7..22bc7c7933 100644 --- a/app/views/shop/shop/_products.html.haml +++ b/app/views/shop/shop/_products.html.haml @@ -1,5 +1,4 @@ %products{"ng-controller" => "ProductsCtrl", "ng-show" => "order_cycle.order_cycle_id != null"} - %h5 Check out when you have selected everything you want = form_for :order, :url => populate_orders_path, html: {:class => "custom"} do %input#search.text{"ng-model" => "query", placeholder: "Search"} %input.button.right{type: :submit, value: "Add to Cart"}