Sha256: 801ad352bc2dc9fa5349071015054ae60c68478ff7288fdb337244c59fa1d9de

Contents?: true

Size: 397 Bytes

Versions: 12

Compression:

Stored size: 397 Bytes

Contents

- content_for :title do
  →
  = t '.title'

%h2 Forgot your password?
= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :class => 'form-horizontal' }) do |f|
  = f.error_notification
  .form-inputs
    = f.input :email, :required => true, :autofocus => true
  = f.button :submit, t(".submit")

= render "devise/shared/links"

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/devise/passwords/new.html.haml
rmails-0.2.4 app/views/devise/passwords/new.html.haml
rmails-0.2.3 app/views/devise/passwords/new.html.haml
rmails-0.2.2 app/views/devise/passwords/new.html.haml
rmails-0.2.1 app/views/devise/passwords/new.html.haml
rmails-0.2.0 app/views/devise/passwords/new.html.haml
rmails-0.1.6 app/views/devise/passwords/new.html.haml
rmails-0.1.5 app/views/devise/passwords/new.html.haml
rmails-0.1.4 app/views/devise/passwords/new.html.haml
rmails-0.1.3 app/views/devise/passwords/new.html.haml
rmails-0.1.2 app/views/devise/passwords/new.html.haml
rmails-0.1.1 app/views/devise/passwords/new.html.haml