Sha256: 0c8b36f98b28932627ba7ace761b3d9af38b7f7ec7203b58747e3219be0dd239

Contents?: true

Size: 348 Bytes

Versions: 13

Compression:

Stored size: 348 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

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