Sha256: 1dda568b91aea0dda293066a451b8ed3c299d37822cac42c3b33bba0a9a01c67

Contents?: true

Size: 664 Bytes

Versions: 27

Compression:

Stored size: 664 Bytes

Contents

= devise_error_messages!

= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
  %fieldset
    %legend Reset your Password

    .control-group
      = f.label :password, :class=>'control-label'
      .controls= f.password_field :password, autocomplete: 'off'

    .control-group
      = f.label :password_confirmation, "Retype Password", :class=>'control-label'
      .controls= f.password_field :password_confirmation, autocomplete: 'off'

    = f.hidden_field :reset_password_token

    .form-actions
      = f.submit "Change My Password", :class => "btn btn-primary"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.10 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.9 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.8 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.7 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.6 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.5 app/views/users/passwords/edit.html.haml