Sha256: 89ff91f68ae9ce667eb7560295db0a2ae9321d4e107eb2a5559b908cdbd53cfe
Contents?: true
Size: 487 Bytes
Versions: 8
Compression:
Stored size: 487 Bytes
Contents
- if @user.errors.empty? crm.flip_form('change_password'); crm.set_title('change_password', '#{ j t(:my_profile) }'); $('#flash').html('#{ j flash[:notice] }'); crm.flash('notice') - flash[:notice] = nil - else $('#change_password').html('#{ j render(partial: "password") }'); $('#change_password').effect("shake", { duration:250, distance: 6 }); - if @user.errors[:current_password].present? $('#current_password').focus(); - else $('#user_password').focus();
Version data entries
8 entries across 8 versions & 1 rubygems