Sha256: b32b22a62e44bf1de368bc7109d07ce74805e5d388b0764751f70470e55fd4b4

Contents?: true

Size: 634 Bytes

Versions: 7

Compression:

Stored size: 634 Bytes

Contents

.standalone
  = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
    .title= t(:reset_password)

    = f.error_messages object_name: t('password')

    .intro= t(:confirm_password_intro)

    = f.input :reset_password_token, as: :hidden, input_html: { value: params[:reset_password_token] }

    .section
      .label= t(:new_password)
      = f.input_field :password, required: true, autofocus: true
      .label= t(:password_confirmation)
      = f.input_field :password_confirmation, required: true
    %br
    .buttonbar
      = f.submit t(:update_password_and_login)

Version data entries

7 entries across 7 versions & 1 rubygems

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