Sha256: de75686b04f1e31548fce055b2d2746cfa5534e4f34fde722183a4f79cf149e5

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

%h2 
  = I18n.t("iugu.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, I18n.t("iugu.send_me_reset_password_instructions")
= render :partial => "devise/shared/links"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.7 app/views/iugu/passwords/new.html.haml
iugusdk-1.0.0.alpha.5 app/views/iugu/passwords/new.html.haml
iugusdk-1.0.0.alpha.4 app/views/iugu/passwords/new.html.haml
iugusdk-1.0.0.alpha.3 app/views/iugu/passwords/new.html.haml