Sha256: b1aad3a6d8123f75e763c9164b0a01d0926d8d15b554eed0cd7896d1c3ccd2bd

Contents?: true

Size: 486 Bytes

Versions: 22

Compression:

Stored size: 486 Bytes

Contents

.standalone
  = form_for(@user, :url => password_path(params[:id]), :html => one_submit_only, :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

22 entries across 22 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/passwords/edit.html.haml
fat_free_crm-0.15.2 app/views/passwords/edit.html.haml
fat_free_crm-0.16.4 app/views/passwords/edit.html.haml
fat_free_crm-0.14.1 app/views/passwords/edit.html.haml
fat_free_crm-0.15.1 app/views/passwords/edit.html.haml
fat_free_crm-0.16.3 app/views/passwords/edit.html.haml
fat_free_crm-0.16.2 app/views/passwords/edit.html.haml
fat_free_crm-0.16.1 app/views/passwords/edit.html.haml
fat_free_crm-0.16.0 app/views/passwords/edit.html.haml
fat_free_crm-0.15.0 app/views/passwords/edit.html.haml
fat_free_crm-0.15.0.beta.2 app/views/passwords/edit.html.haml
fat_free_crm-0.15.0.beta app/views/passwords/edit.html.haml
fat_free_crm-0.14.0 app/views/passwords/edit.html.haml
reduced_fat_crm-0.15.0.beta app/views/passwords/edit.html.haml
reduced_fat_crm-0.14.0 app/views/passwords/edit.html.haml
fat_free_crm-0.13.6 app/views/passwords/edit.html.haml
fat_free_crm-0.13.5 app/views/passwords/edit.html.haml
fat_free_crm-0.13.4 app/views/passwords/edit.html.haml
fat_free_crm-0.13.3 app/views/passwords/edit.html.haml
fat_free_crm-0.13.2 app/views/passwords/edit.html.haml