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.1.1 app/views/virgo/users/passwords/edit.html.haml
virgo-0.1 app/views/virgo/users/passwords/edit.html.haml