Sha256: b31992ec67faf6c86b50a5f3cbd65a7018279e15fd6793b6762e41c096cf848e

Contents?: true

Size: 777 Bytes

Versions: 13

Compression:

Stored size: 777 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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/users/_password.html.haml
fat_free_crm-0.22.0 app/views/users/_password.html.haml
fat_free_crm-0.21.0 app/views/users/_password.html.haml
fat_free_crm-0.20.1 app/views/users/_password.html.haml
fat_free_crm-0.20.0 app/views/users/_password.html.haml
fat_free_crm-0.19.2 app/views/users/_password.html.haml
fat_free_crm-0.19.0 app/views/users/_password.html.haml
fat_free_crm-0.18.2 app/views/users/_password.html.haml
fat_free_crm-0.17.3 app/views/users/_password.html.haml
fat_free_crm-0.18.1 app/views/users/_password.html.haml
fat_free_crm-0.18.0 app/views/users/_password.html.haml
fat_free_crm-0.17.2 app/views/users/_password.html.haml
fat_free_crm-0.17.1 app/views/users/_password.html.haml