Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
Fixing form id
Browse files Browse the repository at this point in the history
Related to #14
  • Loading branch information
matzipan authored and radar committed Mar 17, 2013
1 parent f8756fb commit b991f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/spree/orders/replace_outside_cart_form.rb
Expand Up @@ -2,7 +2,7 @@
:name => %q{replace_outside_cart_form}, :name => %q{replace_outside_cart_form},
:replace => %q{[data-hook='outside_cart_form']}, :replace => %q{[data-hook='outside_cart_form']},
:closing_selector => %q{}, :closing_selector => %q{},
:text => %q{<%= form_for(@order, :url => update_cart_path, :html=>{:id=>'updatecart'}) do |order_form| %> :text => %q{<%= form_for(@order, :url => update_cart_path, :html=>{:id=>'update-cart'}) do |order_form| %>
<h3>You have <%= pluralize @order.line_items.length, 'item' %> in your cart</h3> <h3>You have <%= pluralize @order.line_items.length, 'item' %> in your cart</h3>
Expand Down

0 comments on commit b991f71

Please sign in to comment.