Sha256: 11f82d19dad009225da20aa721a0e770beed3b6db5bfeb02067ff0c7ae36fb8a

Contents?: true

Size: 817 Bytes

Versions: 5

Compression:

Stored size: 817 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

    .grid
      .grid__cell.grid__cell--50-at-medium.grid__cell--33-at-wide
        .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 text-box--full', minlength: 7, required: true, autocomplete: 'off'
            = inline_svg('workarea/storefront/icons/eye.svg', class: 'value__icon')

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/users/passwords/edit.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/users/passwords/edit.html.haml
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/users/passwords/edit.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/users/passwords/edit.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/users/passwords/edit.html.haml