Sha256: c7cc1df52e9298030adfaaa60cf85b863d3d9a5dab1410a9afa409f56657fe2f

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

- @title = t('workarea.storefront.users.add_address')

- content_for :breadcrumbs do
  %p.breadcrumbs__node-group
    %span.breadcrumbs__node
      = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      = link_to t('workarea.storefront.users.account'), users_account_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node
      %span.breadcrumbs__text= t('workarea.storefront.users.add_address')

.view

  %h1= t('workarea.storefront.users.add_address')

  - if @address.errors.any?
    - @address.errors.full_messages.each do |message|
      = render_message 'error', message, data: { analytics: validation_error_analytics_data('users').to_json }

  = form_tag users_addresses_path, method: 'post', id: 'address_form', data: { account_dashboard_ajax: 'addresses' } do
    = render 'workarea/storefront/shared/address_fields', label: 'address', address: @address
    .grid.grid--auto.grid--middle.grid--center
      %p.grid__cell= button_tag t('workarea.storefront.forms.save'), value: 'save_address', class: 'button'
      %p.grid__cell= link_to t('workarea.storefront.forms.cancel'), users_account_path, class: 'text-button', data: { dialog_close_button: '' }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/users/addresses/new.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/users/addresses/new.html.haml