Sha256: f56cf72dde77c4061b46e3e12b6d37fa24c7f68db550e789b97e496ee01c64f1

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

%h2 Forgot your password?
= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
  = f.error_notification
  .inputs
    = f.input :email, :required => true
  .actions
    = f.button :submit, "Send me reset password instructions"
= render :partial => "devise/shared/links"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.2 app/views/iugu/passwords/new.html.haml
iugusdk-1.0.0.alpha.1 app/views/iugu/passwords/new.html.haml
iugusdk-1.0.0.alpha.0 app/views/iugu/passwords/new.html.haml