danimashu/sudamos

View on GitHub
app/views/devise/confirmations/new.html.haml

Summary

Maintainability
Test Coverage
- set_meta_tags noindex: true, nofollow: true

= title t("devise.confirmations.new.title")

= simple_form_for resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post } do |f|
  = f.input :email, :required => true
  .form-actions
    = f.button :submit, t("devise.confirmations.new.button"), :class => "btn-primary btn-large"

= render :partial => "devise/shared/links"