Sha256: b4d6a7c60e9669a17da1c68e1a64aef0a1f0a063bd03e0cc77d47a119101a14e
Contents?: true
Size: 952 Bytes
Versions: 14
Compression:
Stored size: 952 Bytes
Contents
<%= render partial: 'spree/shared/error_messages', locals: { target: @user } %> <h1><%= Spree.t(: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><%= Spree.t(: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, Spree.t(:email) %><br /> <%= f.email_field :email, class: 'title' %> </p> <p><%= f.submit Spree.t(:continue), class: 'button primary' %></p> <% end %> </div> <% end %> </div>
Version data entries
14 entries across 14 versions & 2 rubygems