Sha256: ea42504b749e6aa5bcb917016ceff943479bbeac47d4e0f4d0a202cebcfc7300
Contents?: true
Size: 979 Bytes
Versions: 8
Compression:
Stored size: 979 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
8 entries across 8 versions & 1 rubygems