calraijintaiko/caltaiko

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

Summary

Maintainability
Test Coverage
%header
  %h2 Forgot your password?

#forgot-pass
  = simple_form_for(resource, as: resource_name,
    url: password_path(resource_name), html: { method: :post }) do |f|

    = f.input :email, autofocus: true
    = f.button :submit, 'Send me reset password instructions'

#shared-links
  = render 'devise/shared/links'