1 <h2>Resend unlock instructions</h2>
3 <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
4 <%= devise_error_messages! %>
6 <p><%= f.label :email %><br />
7 <%= f.text_field :email %></p>
9 <p><%= f.submit "Resend unlock instructions" %></p>
12 <%= render :partial => "devise/shared/links" %>