Sha256: a4272e8395ef1111bd9eddcca410e28b0add5d755dcce8fb40fffc1c0e5cac02

Contents?: true

Size: 585 Bytes

Versions: 62

Compression:

Stored size: 585 Bytes

Contents

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

.view
  %h1= t('workarea.storefront.users.reset_password')

  = form_tag reset_password_path(params[:token]), id: 'reset_password_form', method: :patch do

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

    %p= button_tag t('workarea.storefront.users.reset_password'), value: 'reset_password', class: 'button'

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/views/workarea/storefront/users/passwords/edit.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/users/passwords/edit.html.haml