smc/grandham

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

Summary

Maintainability
Test Coverage
.container
  .row
    .span5.offset3
      %br
      %h2 Forgot your password?
      %br
      = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
        = f.error_notification
        .form-inputs
          = f.input :email, :required => true, :autofocus => true, input_html: { class: 'input-xlarge' }
          = f.button :submit, "Reset", class: 'btn btn-primary'