Sha256: d0685d697a470e143980360ee63691b11098a352f942fb6b7752e7c2f68b8e5e

Contents?: true

Size: 996 Bytes

Versions: 62

Compression:

Stored size: 996 Bytes

Contents

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

.view

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

  = form_tag change_password_path, id: 'change_password_form', method: :patch do

    .property
      = label_tag :old_password, nil, class: 'property__name' do
        %span.property__text= t('workarea.storefront.users.old_password')
      .value= password_field_tag :old_password, nil, class: 'text-box', required: true, autocomplete: 'off'

    .property
      = label_tag :password, nil, class: 'property__name' do
        %span.property__text= t('workarea.storefront.users.new_password')
      .value= password_field_tag :password, nil, class: 'text-box', minlength: 7, required: true, autocomplete: 'off'

    .grid.grid--auto
      %p.grid__cell= button_tag t('workarea.storefront.users.change_password'), value: 'change_password', class: 'button'
      %p.grid__cell= link_to t('workarea.storefront.users.forgot_password'), forgot_password_path, class: 'text-button'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/users/passwords/change.html.haml