Sha256: fe04f3dcdb525c095f13c9173c7c82ad90a92897f986508ff41d78f0a61b6bf1
Contents?: true
Size: 976 Bytes
Versions: 5
Compression:
Stored size: 976 Bytes
Contents
<%= render partial: 'spree/shared/error_messages', locals: { target: @user } %> <h1><%= I18n.t('spree.registration') %></h1> <div id="registration" data-hook> <div id="account" class="columns alpha eight"> <%= render template: 'spree/user_sessions/new' %> </div> <% if Spree::Config[:allow_guest_checkout] %> <div id="guest_checkout" data-hook class="columns omega eight"> <h6><%= I18n.t('spree.guest_user_account') %></h6> <% if flash[:registration_error] %> <div class='flash error'><%= flash[:registration_error] %></div> <% end %> <%= form_for @order, url: update_checkout_registration_path, method: :put, html: { id: 'checkout_form_registration' } do |f| %> <p> <%= f.label :email, I18n.t('spree.email') %><br /> <%= f.email_field :email, class: 'title' %> </p> <p><%= f.submit I18n.t('spree.continue'), class: 'button primary' %></p> <% end %> </div> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems