Sha256: ba11cf0b5687f1578bc3161ed893afc04e9ee3cbaa5c2f1ff648444f2b4c483e

Contents?: true

Size: 792 Bytes

Versions: 22

Compression:

Stored size: 792 Bytes

Contents

.remote
  = form_for(@user, :url => change_password_user_path(@user), :html => one_submit_only, :remote => true) do |f|
    = link_to_close password_user_path(@user)

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

    .section
      %table
        %tr
          %td
            .label.req.top #{t :current_password}:
            = password_field_tag :current_password, nil
          %td{ :colspan => 2 }= spacer
        %tr
          %td
            .label.req #{t :new_password}:
            = f.password_field :password
          %td= spacer
          %td
            .label.req #{t :password_confirmation}:
            = f.password_field :password_confirmation

    .buttonbar
      = f.submit t(:change_password)
      #{t :or}
      = link_to_cancel password_user_path(@user)
%br

Version data entries

22 entries across 22 versions & 2 rubygems

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