Sha256: cf47e358f9469801acd6b8e98f5328f48481832ac36de00c815ad4194f368767
Contents?: true
Size: 944 Bytes
Versions: 11
Compression:
Stored size: 944 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"> <!-- TODO: add partial with registration form --> </div> <% if Spree::Config[:allow_guest_checkout] %> <div id="guest_checkout" data-hook class="columns omega eight"> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @order } %> <h6><%= Spree.t(:guest_user_account) %></h6> <%= 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
11 entries across 11 versions & 1 rubygems