Skip to content

Commit

Permalink
New user session form is now being rendered directly from checkout re…
Browse files Browse the repository at this point in the history
…gistration template instead of being called from override

Fixes #175
  • Loading branch information
Bartuz authored and radar committed Apr 3, 2014
1 parent aa190f5 commit a1a2e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions app/overrides/auth_user_login_form.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/views/frontend/spree/checkout/registration.html.erb
Expand Up @@ -2,7 +2,7 @@
<h1><%= Spree.t(:registration) %></h1>
<div id="registration" data-hook>
<div id="account" class="columns alpha eight">
<!-- TODO: add partial with registration form -->
<%= render template: 'spree/user_sessions/new' %>
</div>
<% if Spree::Config[:allow_guest_checkout] %>
<div id="guest_checkout" data-hook class="columns omega eight">
Expand Down

0 comments on commit a1a2e9c

Please sign in to comment.