OSDN Git Service

add user and delete flip flags
[pettanr/pettanr.git] / app / views / users / unlocks / new.html.erb
1 <h2>Resend unlock instructions</h2>
2
3 <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
4   <%= devise_error_messages! %>
5
6   <div><%= f.label :email %><br />
7   <%= f.email_field :email %></div>
8
9   <div><%= f.submit "Resend unlock instructions" %></div>
10 <% end %>
11
12 <%= render :partial => "devise/shared/links" %>