Sha256: 3c6d1536ba29acc2b30872711284df036c5cd21b4b2fe63db5633ad353f640d1

Contents?: true

Size: 493 Bytes

Versions: 9

Compression:

Stored size: 493 Bytes

Contents

.standalone
  = form_for(@user, :url => password_path(params[:id]), :html => one_submit_only(:user), :method => :put) do |f|
    .title #{t :reset_password}

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

    .intro #{t :confirm_password_intro}
    .section
      .label #{t :new_password}:
      = f.password_field :password
      .label #{t :password_confirmation}:
      = f.password_field :password_confirmation
    %br
    .buttonbar
      = f.submit t(:update_password_and_login)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/passwords/edit.html.haml
fat_free_crm-0.12.2 app/views/passwords/edit.html.haml
fat_free_crm-0.12.1 app/views/passwords/edit.html.haml
fat_free_crm-0.12.0 app/views/passwords/edit.html.haml
fat_free_crm-0.11.4 app/views/passwords/edit.html.haml
fat_free_crm-0.11.3 app/views/passwords/edit.html.haml
fat_free_crm-0.11.2 app/views/passwords/edit.html.haml
fat_free_crm-0.11.1 app/views/passwords/edit.html.haml
fat_free_crm-0.11.0 app/views/passwords/edit.html.haml