Sha256: 52e0664ed8e4efa6c9d4eb8e2fe8255d4f90be269939ce8e3514dc3f8bb96f48

Contents?: true

Size: 524 Bytes

Versions: 82

Compression:

Stored size: 524 Bytes

Contents

%h2 Change your password
= form_for(resource, :as => resource_name, :url => virgo.password_path(resource_name), :html => { :method => :put }) do |f|
  = devise_error_messages!
  = f.hidden_field :reset_password_token
  %div
    = f.label :password, "New password"
    %br/
    = f.password_field :password, :autofocus => true
  %div
    = f.label :password_confirmation, "Confirm new password"
    %br/
    = f.password_field :password_confirmation
  %div= f.submit "Change my password"
= render "/virgo/users/shared/links"

Version data entries

82 entries across 42 versions & 1 rubygems

Version Path
virgo-0.3.17 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.17 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.16 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.16 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.15 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.15 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.14 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.14 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.13 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.13 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.12 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.12 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.11 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.11 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.10 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.10 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.9 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.9 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.8 app/views/virgo/users/passwords/edit.html.haml
virgo-0.3.8 spec/dummy/app/views/virgo/users/passwords/edit.html.haml