Sha256: 631d2577226ca0548405329f58c273cea1d1de6ae616e90926acfb01db0a3dd8
Contents?: true
Size: 842 Bytes
Versions: 1
Compression:
Stored size: 842 Bytes
Contents
<%= render 'harpiya/shared/error_messages', target: @address %> <div class="col-lg-6 offset-lg-3"> <h3 class="harpiya-header harpiya-mb-large harpiya-mt-large"><%= Harpiya.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: 'harpiya-flat-input', placeholder: Harpiya.t(:address_name_placeholder, scope: :address_book) %> <%= f.label :address_name, Harpiya.t(:label, scope: :address_book) %> </div> <%= render 'harpiya/addresses/form', address_name: 'address', address_form: f, address_type: 'shipping', address: @address %> <%= f.submit Harpiya.t(:update), class: 'btn btn-primary btn-block harpiya-btn mb-5' %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/addresses/edit.html.erb |