Sha256: 206be7522831211e94207947e540d4038a3a5cac8c88491cab42084e6c42b242
Contents?: true
Size: 636 Bytes
Versions: 2
Compression:
Stored size: 636 Bytes
Contents
<% @body_id = 'signup' %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> <div id="new-customer"> <h2><%= t(:new_customer) %></h2> <div data-hook="signup"> <%= form_for :user, :url => spree.user_registration_path(@user) do |f| %> <div data-hook="signup_inside_form"%> <%= render :partial => 'spree/shared/user_form', :locals => { :f => f } %> <p><%= f.submit t(:create), :class => 'button primary' %></p> </div> <% end %> <%= t(:or) %> <%= link_to t(:login_as_existing), spree.login_path %> </div> </div> <div data-hook="login_extras"></div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_auth-1.0.0.rc2 | app/views/spree/user_registrations/new.html.erb |
spree_auth-1.0.0.rc1 | app/views/spree/user_registrations/new.html.erb |