diff --git a/frontend/app/views/spree/checkout/registration.html.erb b/frontend/app/views/spree/checkout/registration.html.erb deleted file mode 100644 index 507f3477160..00000000000 --- a/frontend/app/views/spree/checkout/registration.html.erb +++ /dev/null @@ -1,20 +0,0 @@ -<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> -

<%= Spree.t(:registration) %>

-
-
- -
- <% if Spree::Config[:allow_guest_checkout] %> -
- <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @order } %> -
<%= Spree.t(:guest_user_account) %>
- <%= form_for @order, :url => update_checkout_registration_path, :method => :put, :html => { :id => 'checkout_form_registration' } do |f| %> -

- <%= f.label :email, Spree.t(:email) %>
- <%= f.email_field :email, :class => 'title' %> -

-

<%= f.submit Spree.t(:continue), :class => 'button primary' %>

- <% end %> -
- <% end %> -