Sha256: 20f7899d26151f7741e48d8c64e75dc63193c0c8e34e231f87b5aea65d301c69

Contents?: true

Size: 1.18 KB

Versions: 34

Compression:

Stored size: 1.18 KB

Contents

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

- content_for :breadcrumbs do
  %p.breadcrumbs__node-group
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      = link_to t('workarea.storefront.layouts.home'), root_path, rel: 'home', class: 'breadcrumbs__link'
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      = link_to t('workarea.storefront.users.login'), login_path, class: 'breadcrumbs__link'
    %span.breadcrumbs__node{ itemprop: 'breadcrumb' }
      %span.breadcrumbs__text= t('workarea.storefront.users.forgot_password')

.view

  %h1= t('workarea.storefront.users.forgot_password')
  %p= t('workarea.storefront.users.forgot_password_instructions')

  = form_tag forgot_password_path, id: 'forgot_password_form', method: 'post', data: { analytics: forgot_password_analytics_data.to_json } do

    .property
      = label_tag :email, nil, class: 'property__name' do
        %span.property__text= t('workarea.storefront.users.email')
      .value= email_field_tag :email, nil, class: 'text-box', required: true, placeholder: t('workarea.storefront.forms.email_placeholder')

    %p= button_tag t('workarea.storefront.forms.send'), value: 'forgot_password', class: 'button'

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.25 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.13 app/views/workarea/storefront/users/passwords/new.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/users/passwords/new.html.haml