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.3.0.pre4 app/views/users/passwords/edit.html.haml
artfully_ose-1.3.0.pre3 app/views/users/passwords/edit.html.haml
artfully_ose-1.3.0.pre2 app/views/users/passwords/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.beta.1 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.alpha.2 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.alpha.1 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.27 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.24 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.23 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.19 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.18 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.17 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.16 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.15 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.12 app/views/users/passwords/edit.html.haml