Sha256: aea8cec32e166a51a6ed4cfdc986c2e903b4d3a78b18664959a317b73e7a39ae

Contents?: true

Size: 415 Bytes

Versions: 5

Compression:

Stored size: 415 Bytes

Contents

- if @user.errors.empty?
  crm.flip_form('change_password');
  crm.set_title('change_password', '#{ j t(:my_profile) }');
  $('#flash').html('#{ j flash[:notice] }');
  crm.flash('notice')
  - flash[:notice] = nil
- else
  $('#change_password').html('#{ j render(partial: "password") }');
  - if @user.errors[:current_password].present?
    $('#current_password').focus();
  - else
    $('#user_password').focus();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/users/change_password.js.haml
fat_free_crm-0.22.0 app/views/users/change_password.js.haml
fat_free_crm-0.21.0 app/views/users/change_password.js.haml
fat_free_crm-0.20.1 app/views/users/change_password.js.haml
fat_free_crm-0.20.0 app/views/users/change_password.js.haml