Sha256: b5458846d7f3e7d76799523169139dff0b0b5177b2476771a526fa2828c69b92
Contents?: true
Size: 920 Bytes
Versions: 9
Compression:
Stored size: 920 Bytes
Contents
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @user } %> <h2><%= t(:registration) %></h2> <div id="registration" data-hook class="columns alpha eight"> <div id="account"> <!-- 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 } %> <h2><%= t(:guest_user_account) %></h2> <%= form_for @order, :url => update_checkout_registration_path, :method => :put, :html => { :id => 'checkout_form_registration' } do |f| %> <p> <%= f.label :email, t(:email) %><br /> <%= f.email_field :email, :class => 'title' %> </p> <p><%= f.submit t(:continue), :class => 'button primary' %></p> <% end %> </div> <% end %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems