Sha256: 33adec91c0c3c47e368e84fcb1b93e2861bbf30b958b1c3a08116daff8eb7239

Contents?: true

Size: 555 Bytes

Versions: 14

Compression:

Stored size: 555 Bytes

Contents

%h2 Change your password
= 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 => "New password", :required => true, :autofocus => true
    = f.input :password_confirmation, :label => "Confirm your new password", :required => true
  .form-actions
    = f.button :submit, "Change my password"
= 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/edit.html.haml
cybele-1.5.1 templates/app/views/devise/passwords/edit.html.haml
cybele-1.5.0 templates/app/views/devise/passwords/edit.html.haml
cybele-1.4.0 templates/app/views/devise/passwords/edit.html.haml
cybele-1.3.0 templates/app/views/devise/passwords/edit.html.haml
cybele-1.2.0 templates/app/views/devise/passwords/edit.html.haml
cybele-1.1.0 templates/app/views/devise/passwords/edit.html.haml
cybele-1.0.0 templates/app/views/devise/passwords/edit.html.haml
cybele-0.10.1 templates/app/views/devise/passwords/edit.html.haml
cybele-0.10.0 templates/app/views/devise/passwords/edit.html.haml
cybele-0.9.0 templates/app/views/devise/passwords/edit.html.haml
cybele-0.8.0 templates/app/views/devise/passwords/edit.html.haml
cybele-0.7.0 templates/app/views/devise/passwords/edit.html.haml
cybele-0.6.0 templates/app/views/devise/passwords/edit.html.haml