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.15 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/users/passwords/change.html.haml