- @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'