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.4.27 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/users/passwords/change.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/users/passwords/change.html.haml