Sha256: aea8cec32e166a51a6ed4cfdc986c2e903b4d3a78b18664959a317b73e7a39ae
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 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") }'); - if @user.errors[:current_password].present? $('#current_password').focus(); - else $('#user_password').focus();
Version data entries
5 entries across 5 versions & 1 rubygems