app/views/spree/checkout/registration.html.erb in spree_auth-1.0.0.rc1 vs app/views/spree/checkout/registration.html.erb in spree_auth-1.0.0.rc2
- old
+ new
@@ -6,10 +6,10 @@
</div>
<% if Spree::Config[:allow_guest_checkout] %>
<div id="guest_checkout">
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @order } %>
<h2><%= t(:guest_user_account) %></h2>
- <%= form_for @order, :url => spree.update_checkout_registration_path, :html => { :method => :put, :id => 'checkout_form_registration'} do |f| %>
+ <%= form_for @order, :url => spree.update_checkout_registration_path, :method => :put, :html => { :id => 'checkout_form_registration' } do |f| %>
<p>
<%= f.label :email, t(:email) %><br />
<%= f.email_field :email, :class => 'title' %>
</p>
<p><%= f.submit t(:continue), :class => 'button primary' %></p>