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.2.6 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.6 app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.5 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.5 app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.4 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.4 app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.2 app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.2 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.1 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2.1 app/views/virgo/users/passwords/edit.html.haml
virgo-0.2 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.2 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.16 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.16 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.15 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.15 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.14 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.14 spec/dummy/app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.13 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1.13 spec/dummy/app/views/virgo/users/passwords/edit.html.haml