Sha256: 9d67401909c6cecc2641463212fddfcecd0138eee07ef327b0e045a1952fb527

Contents?: true

Size: 491 Bytes

Versions: 5

Compression:

Stored size: 491 Bytes

Contents

= page_header "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 

  = f.input :password, :label => "New password", :required => true 
  = f.input :password_confirmation, :label => "Confirm your new password", :required => true 

  = f.button :submit, "Change my password" 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
app_frame-0.6.1 app/views/app_frame/devise/passwords/edit.html.haml
app_frame-0.5.8 app/views/app_frame/devise/passwords/edit.html.haml
app_frame-0.5.7 app/views/app_frame/devise/passwords/edit.html.haml
app_frame-0.5.6 app/views/app_frame/devise/passwords/edit.html.haml
app_frame-0.5.5 app/views/app_frame/devise/passwords/edit.html.haml