Sha256: c3d70554059d23afa69cb10872f50a0d8ef6c7437ed005e38627e7fc5b38df04

Contents?: true

Size: 353 Bytes

Versions: 13

Compression:

Stored size: 353 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

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