mastodon/app/views/auth/confirmations/new.html.haml

10 lines
358 B
Plaintext

= 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"