Sha256: b31992ec67faf6c86b50a5f3cbd65a7018279e15fd6793b6762e41c096cf848e
Contents?: true
Size: 777 Bytes
Versions: 13
Compression:
Stored size: 777 Bytes
Contents
.remote = form_for(@user, url: change_password_user_path(@user), html: one_submit_only, remote: true) do |f| = link_to_close password_user_path(@user) = f.error_messages object_name: t('password') .section %table %tr %td .label.req.top #{t :current_password}: = password_field_tag :current_password, nil %td{ colspan: 2 }= spacer %tr %td .label.req #{t :new_password}: = f.password_field :password %td= spacer %td .label.req #{t :password_confirmation}: = f.password_field :password_confirmation .buttonbar = f.submit t(:change_password) #{t :or} = link_to_cancel password_user_path(@user) %br
Version data entries
13 entries across 13 versions & 1 rubygems