Sha256: b9fd1f051949d3207bb021fdeb0f8b928f01f31ff225243c42395c3c92046150
Contents?: true
Size: 663 Bytes
Versions: 5
Compression:
Stored size: 663 Bytes
Contents
<% @body_id = 'signup' %> <%= render 'spree/shared/error_messages', target: resource %> <div id="new-customer"> <h6><%= I18n.t('spree.new_customer') %></h6> <div data-hook="signup"> <%= form_for resource, as: :spree_user, url: spree.registration_path(resource) do |f| %> <div data-hook="signup_inside_form"> <%= render partial: 'spree/shared/user_form', locals: { f: f } %> <p><%= f.submit I18n.t('spree.create'), class: 'button primary' %></p> </div> <% end %> <%= I18n.t('spree.or') %> <%= link_to I18n.t('spree.login_as_existing'), spree.login_path %> </div> </div> <div data-hook="login_extras"></div>
Version data entries
5 entries across 5 versions & 1 rubygems