Adding e-mail confirmations
This commit is contained in:
9
app/views/auth/confirmations/new.html.haml
Normal file
9
app/views/auth/confirmations/new.html.haml
Normal file
@ -0,0 +1,9 @@
|
||||
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
|
||||
= devise_error_messages!
|
||||
|
||||
.field
|
||||
= f.email_field :email, autofocus: true, required: true, placeholder: 'E-mail address'
|
||||
.actions
|
||||
= f.button "Resend confirmation instructions", type: 'submit'
|
||||
|
||||
.form-footer= render "auth/shared/links"
|
Reference in New Issue
Block a user