Removing text as per #327

This commit is contained in:
Will Marshall
2014-03-13 11:25:06 +11:00
parent 8a7dad020b
commit e7bed58616

View File

@@ -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"}