Sha256: de2cfe5180eeebaaf304034eb5d45b59f495ef64f739b29a675c81eea366d217
Contents?: true
Size: 780 Bytes
Versions: 29
Compression:
Stored size: 780 Bytes
Contents
<%= render "shared/error_messages", :target => @user %> <h2><%= t("registration")%></h2> <div id="registration"> <div id="account"> <!-- TODO: add partial with registration form --> </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
29 entries across 29 versions & 7 rubygems