Sha256: 472899df6c046a02a92aeb268e0b54babda20ec4206d2a2f59b208c7e2a64ceb

Contents?: true

Size: 391 Bytes

Versions: 5

Compression:

Stored size: 391 Bytes

Contents

- if @user.errors.empty?
  crm.flip_form('edit_profile');
  crm.set_title('edit_profile', '#{j t(:my_profile)}');
  $('#flash').html('#{j flash[:notice]}');
  crm.flash('notice')
  $('#welcome_username').html('#{j current_user.name}');
  $('#profile').html('#{ j render(partial: "user") }');
- else
  $('#edit_profile').html('#{ j render(partial: "profile") }');
  $('#user_email').focus();

Version data entries

5 entries across 5 versions & 1 rubygems

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