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

<%= title %>

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