Initial Commit from Base app
[base_ror3_portal.git] / app / views / devise / unlocks / new.html.erb
bloba7be7e449e141219d60903564429b3bfe12737d9
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>
10 <% end %>
12 <%= render :partial => "devise/shared/links" %>