Sha256: 14030e6a1f9e14a4a37cd0ceddf260e8f4a4f33f17fa1185762e9c8f6c7d72bb
Contents?: true
Size: 635 Bytes
Versions: 15
Compression:
Stored size: 635 Bytes
Contents
<% @body_id = 'signup' %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> <div id="new-customer"> <h6><%= t(:new_customer) %></h6> <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
15 entries across 15 versions & 3 rubygems