OfficeMomsandDads/scheduler

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

Summary

Maintainability
Test Coverage
- content_for :page_header do
  .header-text Forgot Your Password?
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
  .grid-x.align-center
    .cell.small-12.medium-8.large-4
      = f.label :email do
        Email
        = f.email_field :email, autofocus: true, autocomplete: "email"
  .grid-x.align-center
    .cell.small-12.medium-8.large-4
      .actions
        = f.submit "Send Me Reset Password Instructions", class: 'button primary'
  .grid-x.align-center.grid-padding-y
    .cell.small-12.medium-8.large-4
      .actions
        = render "devise/shared/links"