Sha256: 55509633d692134aa2a70db9e5d038a027c9d94ae39d49984e382cdb11f5503a

Contents?: true

Size: 361 Bytes

Versions: 14

Compression:

Stored size: 361 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
  .form-inputs
    = f.input :email, :required => true, :autofocus => true
  .form-actions
    = f.button :submit, "Send me reset password instructions"
= render "devise/shared/links"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cybele-1.6.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.5.1 templates/app/views/devise/passwords/new.html.haml
cybele-1.5.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.4.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.3.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.2.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.1.0 templates/app/views/devise/passwords/new.html.haml
cybele-1.0.0 templates/app/views/devise/passwords/new.html.haml
cybele-0.10.1 templates/app/views/devise/passwords/new.html.haml
cybele-0.10.0 templates/app/views/devise/passwords/new.html.haml
cybele-0.9.0 templates/app/views/devise/passwords/new.html.haml
cybele-0.8.0 templates/app/views/devise/passwords/new.html.haml
cybele-0.7.0 templates/app/views/devise/passwords/new.html.haml
cybele-0.6.0 templates/app/views/devise/passwords/new.html.haml