mayth/parasol

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

Summary

Maintainability
Test Coverage
%h2 Forgot your password?
= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
  = devise_error_messages!
  %div
    = f.label :email
    %br/
    = f.email_field :email, :autofocus => true
  %div= f.submit "Send me reset password instructions"
= render "admin/shared/links"