Sha256: 4d7e11818e799452d1b3dca540388903deed8b2392d4295edf53799c85a3ab53

Contents?: true

Size: 492 Bytes

Versions: 4

Compression:

Stored size: 492 Bytes

Contents

-# View to request a user password reset token after the user has forgotten her password.
-# origin: RM

%h1 Reset your password
%p
  Please fill in the e-mail address you are using for this application.
  %br/
  We will then send you instructions to reset your password.
- form_for :password, :url => password_path do |form|
  %dl
    %dt= form.label :email, "E-mail"
    %dd= form.text_field :email
  - buttons do
    = form.submit "Request instructions", :disable_with => "Please wait..."

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
serum-rails-0.2.1 spec/test_apps/rails-2-3/app/views/passwords/new.html.haml
serum-rails-0.2.0 spec/test_apps/rails-2-3/app/views/passwords/new.html.haml
serum-rails-0.1.1 spec/test_app/app/views/passwords/new.html.haml
serum-rails-0.1.0 spec/test_app/app/views/passwords/new.html.haml