Sha256: c02685d2cf9f02e7c4da5c57b21010c9fd0b511854731207edc6fd61dfc0ce7c

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

.account-area
  .prefix_4.grid_8
    %h2= t(:forgotten_password, :scope => [:user, :action]).capitalize
    - form_tag(reset_password_user_path, :html => { :autocomplete => false }, :class => 'account-form') do
      .grid_2
        = label_tag(:email, t(:email))
      .grid_5
        = text_field_tag(:email)
      .grid_5.prefix_2
        = submit_tag(t('action', :scope => [:user, :reset_password]), :id => 'forgotten_password_submit')
      .clear
  .clear

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forgeos_commerce_front-1.9.0 app/views/users/forgotten_password.html.haml