1 <div title="<%= title_helper %>" class="form">
2 <h3>Change Password</h3>
4 <%= error_messages_for 'user' %>
6 <div class="form-padding">
7 <p>Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.</p>
9 <%= start_form_tag :action => 'change_password' %>
10 <%= render_partial 'password', :user => @user, :submit => false %>
11 <div class="button-bar">
12 <%= submit_tag 'Change password' %>
13 <%= link_to 'Cancel', :action => 'home' %>