% layout 'default'; % title 'Reset Password';

<%= title %>

<%= label_for email => 'Email' %> <%= email_field email => (id => 'email') %>
<%= label_for password => 'Password' %> <%= password_field password => (id => 'password') %>
<%= submit_button 'Reset' %>