Sha256: 377ee4bfa38bba9cdcc4e07f9c5019c28a731aff8fd01127810bc069e9b68afb

Contents?: true

Size: 394 Bytes

Versions: 13

Compression:

Stored size: 394 Bytes

Contents

- if params[:cancel].true?
  crm.flip_form('change_password');
  crm.set_title('change_password', '#{t(:my_profile)}');
- else
  $('#change_password').html('#{ j render(partial: "password") }');
  crm.hide_form('edit_profile');
  crm.hide_form('upload_avatar');
  crm.flip_form('change_password');
  crm.set_title('change_password', '#{t(:change_password)}');
  $('#current_password').focus();

Version data entries

13 entries across 13 versions & 1 rubygems

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