Sha256: 6c011d30210a72d8723e557ec2858047d30caf127b57b6a0a2a288b6c0f706f2

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

if @user.errors.empty?
  page.call "crm.flip_form", :edit_profile
  page.call "crm.set_title", :edit_profile, t(:my_profile)
  page[:welcome_username].replace_html current_user.name
  page[:profile].replace_html :partial => "user"
else  
  page[:edit_profile].replace_html :partial => "profile"
  page[:edit_profile].visual_effect :shake, :duration => 0.25, :distance => 6
  page[:user_email].focus
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/users/update.js.rjs
fat_free_crm-0.12.2 app/views/users/update.js.rjs
fat_free_crm-0.12.1 app/views/users/update.js.rjs
fat_free_crm-0.12.0 app/views/users/update.js.rjs
fat_free_crm-0.11.4 app/views/users/update.js.rjs