<% provide(:title, 'Reset Password') %>

Reset Password

<%= form_tag do %>
<%= label_tag('email', 'Email address') %> <%= email_field_tag('email') %>
<%= submit_tag('Send password reset email') %>
<% end %>