OSDN Git Service

rails g devise Teacher
[sharp4k/CUTEn.git] / CutenServer / app / views / devise / confirmations / new.html.haml
1 %h2 Resend confirmation instructions
2 = form_for(resource, :as => resource_name, :url => confirmation_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 confirmation instructions"
9 = render "devise/shared/links"