Sha256: 3b2b3a9ed5fbbf8f1d795d742c8c1a56e7a2e3a640b7090b3ac4d166a68ade29

Contents?: true

Size: 557 Bytes

Versions: 12

Compression:

Stored size: 557 Bytes

Contents

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

= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f|
  = f.error_notification
  = f.input :reset_password_token, :as => :hidden
  = f.full_error :reset_password_token
  .form-inputs
    = f.input :password, :label => t('.new_pass'), :required => true, :autofocus => true
    = f.input :password_confirmation, :label => t('.confirm'), :required => true
  .form-actions
    = 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/edit.html.haml
rmails-0.2.4 app/views/devise/passwords/edit.html.haml
rmails-0.2.3 app/views/devise/passwords/edit.html.haml
rmails-0.2.2 app/views/devise/passwords/edit.html.haml
rmails-0.2.1 app/views/devise/passwords/edit.html.haml
rmails-0.2.0 app/views/devise/passwords/edit.html.haml
rmails-0.1.6 app/views/devise/passwords/edit.html.haml
rmails-0.1.5 app/views/devise/passwords/edit.html.haml
rmails-0.1.4 app/views/devise/passwords/edit.html.haml
rmails-0.1.3 app/views/devise/passwords/edit.html.haml
rmails-0.1.2 app/views/devise/passwords/edit.html.haml
rmails-0.1.1 app/views/devise/passwords/edit.html.haml