Sha256: f470fd49c3ea28e0cd0d788b40aa81276279b544a81d1301743a153b9bf15757

Contents?: true

Size: 774 Bytes

Versions: 32

Compression:

Stored size: 774 Bytes

Contents

<%= render "shared/error_messages", :target => @user %>
<h2><%= t("registration")%></h2>
<div id="registration">
  <div id="account">
    <%= render :file => 'user_sessions/new' %>
  </div>
  <% if Spree::Config[:allow_guest_checkout] %>
    <div id="guest_checkout">
      <%= render "shared/error_messages", :target => @order %>
      <h2><%= t(:guest_user_account) %></h2>
      <%= form_for @order, :url => update_checkout_registration_path, :html => { :method => :put, :id => "checkout_form_registration"} do |f| %>
        <p>
          <%= f.label :email, t("email") %><br />
          <%= f.text_field :email, :class => 'title'  %>
        </p>
        <p><%= submit_tag t("continue"), :class => 'button primary' %></p>
      <% end %>
    </div>
  <% end %>
</div>

Version data entries

32 entries across 32 versions & 7 rubygems

Version Path
apispree_auth-0.0.0 app/views/checkout/registration.html.erb
My-Commerce_auth-1.1.0 app/views/checkout/registration.html.erb
My-Commerce_auth-1.0.0 app/views/checkout/registration.html.erb
MyCommerceapi-1.0.0 auth/app/views/checkout/registration.html.erb
MyCommerce-0.0.3 auth/app/views/checkout/registration.html.erb
rfcommerce_auth-0.0.3 app/views/checkout/registration.html.erb
spree_auth-0.60.6 app/views/checkout/registration.html.erb
spree_auth-0.60.5 app/views/checkout/registration.html.erb
spree_auth-0.40.4 app/views/checkout/registration.html.erb
spree_auth-0.50.4 app/views/checkout/registration.html.erb
spree_auth-0.60.4 app/views/checkout/registration.html.erb
spree_auth-0.50.3 app/views/checkout/registration.html.erb
spree_auth-0.60.3 app/views/checkout/registration.html.erb
spree_auth-0.60.2 app/views/checkout/registration.html.erb
spree_auth-0.70.0.rc2 app/views/checkout/registration.html.erb
spree_auth-0.70.RC1 app/views/checkout/registration.html.erb
spree_bushido_auth-0.80.28 app/views/checkout/registration.html.erb
spree_bushido_auth-0.80.27 app/views/checkout/registration.html.erb
spree_bushido_auth-0.80.26 app/views/checkout/registration.html.erb
spree_bushido_auth-0.80.25 app/views/checkout/registration.html.erb