Sha256: 4aa97c622020480bfeb0e0e64216aab784fe26d1fde6bdb8c4e022415cf3249b

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

$('.passwd_form').attr('action', '<%= satellites_passwd_path %>');
$('label').attr('for', 'user_password_confirmation');
$('label').text('Retype new password:');
$('#user_password').removeClass('input_field');
$('#user_password').toggle();
$('.passwd_form').append('<input class="input_field" type="password" name="user[password_confirmation]" id="user_password_confirmation">');

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 app/views/lunar_shell/satellites/passwd/confirm_password.js.erb
lunar_shell-0.5.0 app/views/lunar_shell/satellites/passwd/confirm_password.js.erb
lunar_shell-0.4.1 app/views/lunar_shell/satellites/passwd/confirm_password.js.erb
lunar_shell-0.3.0 app/views/lunar_shell/satellites/passwd/confirm_password.js.erb