OSDN Git Service

17f48514509283d58819ffb1f352e7fd6d5bf6a2
[sharp4k/CUTEn.git] / CutenServer / app / views / devise / unlocks / new.html.haml
1 %h2 Resend unlock instructions
2 = form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f|
3   = devise_error_messages!
4   %div
5     = f.label :email
6     %br/
7     = f.email_field :email
8   %div= f.submit "Resend unlock instructions"
9 = render "devise/shared/links"