Sha256: e97961327078a5de75be02d6939d6f690d9d20723a711dcc4108c1ef499d8e4e

Contents?: true

Size: 393 Bytes

Versions: 7

Compression:

Stored size: 393 Bytes

Contents

.standalone#standalone
  = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
    .title= t(:forgot_password)
    .intro= t(:password_intro)
    .section
      .label= t(:email)
      = f.input_field :email, required: true, autofocus: true
    %br
    .buttonbar
      = f.button :submit, t(:reset_password), id: 'passwords_submit'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/devise/passwords/new.html.haml
fat_free_crm-0.22.0 app/views/devise/passwords/new.html.haml
fat_free_crm-0.21.0 app/views/devise/passwords/new.html.haml
fat_free_crm-0.20.1 app/views/devise/passwords/new.html.haml
fat_free_crm-0.20.0 app/views/devise/passwords/new.html.haml
fat_free_crm-0.19.2 app/views/devise/passwords/new.html.haml
fat_free_crm-0.19.0 app/views/devise/passwords/new.html.haml