Sha256: 7cfdb03e0d73bd25294995cc5058c26ec2dd9bc798a2b00ee57f7e9a49456f4a
Contents?: true
Size: 579 Bytes
Versions: 15
Compression:
Stored size: 579 Bytes
Contents
<div title="<%= title_helper %>" class="form"> <h3>Change Password</h3> <%= error_messages_for 'user' %> <div class="form-padding"> <p>Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.</p> <%= start_form_tag :action => 'change_password' %> <%= render_partial 'password', :user => @user, :submit => false %> <div class="button-bar"> <%= submit_tag 'Change password' %> <%= link_to 'Cancel', :action => 'home' %> </div> <%= end_form_tag %> </div> </div>
Version data entries
15 entries across 15 versions & 2 rubygems