oneclickorgs/one-click-orgs

View on GitHub
app/views/password_resets/new.html.haml

Summary

Maintainability
Test Coverage
%h2
  Reset your password

%p
  Enter your email address, and you'll receive instructions on how to reset your password.
= form_tag({:action => :create}, 'accept-charset' => 'utf-8') do
  %p
    %label{:for => 'email'}
      Email
    %input{ :name => 'email', :type => "text", :id => 'email', :value => "" }
  %p
    %input#submit{ :name => "submit", :type => "submit", :value => "Send" }
%br
%p
  = link_to("Cancel this and go back.", root_path)