Sha256: b863198d05ef26328eed14b117b1f38ea1905f95cb4165ad9d345c45083096a5

Contents?: true

Size: 820 Bytes

Versions: 21

Compression:

Stored size: 820 Bytes

Contents

<%= render 'spree/shared/error_messages', target: @address %>
<div class="col-lg-6 offset-lg-3">
  <h3 class="spree-header spree-mb-large spree-mt-large"><%= Spree.t(:edit_address, scope: :address_book) %></h3>
  <%= form_for @address, html: { id: 'checkout_form_address' } do |f| %>
  <div class="form-group checkout-content-inner-field mb-5 has-float-label">
    <%= f.text_field :label, class: 'spree-flat-input', placeholder: Spree.t(:address_name_placeholder, scope: :address_book) %>
    <%= f.label :address_name, Spree.t(:label, scope: :address_book) %>
  </div>

  <%= render 'spree/addresses/form',
    address_name: 'address',
    address_form: f,
    address_type: 'shipping',
    address: @address %>

  <%= f.submit Spree.t(:update), class: 'btn btn-primary btn-block spree-btn mb-5' %>
  <% end %>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.3 app/views/spree/addresses/edit.html.erb
spree_frontend-4.7.0 app/views/spree/addresses/edit.html.erb
spree_frontend-4.6.0 app/views/spree/addresses/edit.html.erb
spree_frontend-4.5.0 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.6 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.2 app/views/spree/addresses/edit.html.erb
spree_frontend-4.4.0 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.1 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.0 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/addresses/edit.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.5 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.4 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.3.1 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.3 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.2 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.1 app/views/spree/addresses/edit.html.erb
spree_frontend-4.2.0 app/views/spree/addresses/edit.html.erb