Sha256: 41bc9a0ce8e96e3f4bd4630f0baf37c303d6e78c46ca1c9358151d210474c40a
Contents?: true
Size: 902 Bytes
Versions: 13
Compression:
Stored size: 902 Bytes
Contents
.card#change_password %h2= get_string(:change_password) %p= get_string(:change_password_info) = form_for @user, :url => edit_password_reset_form_path_string, :remote => true, :html => { :id => "change_password_form", :class => 'form labels_top messages_bottom' } do |f| .control_group .label= f.label :password, get_string(:new_password) .input= f.password_field :password, :id => "password_field" .control_group .label= f.label :password_confirmation, get_string(:confirm_password) .input= f.password_field :password_confirmation, :id => "confirm_field" .control_group .left_aligned = link_to login_path_string, :class => "return_link" do %i.left_arrow_icon_black .right_aligned = submit_tag get_string(:change_password), :class => 'button primary'
Version data entries
13 entries across 13 versions & 2 rubygems