Sha256: a42b68b77f2868bd4f045945d2daed7abaffae4b057e324c4dbf73b2aef7e075

Contents?: true

Size: 622 Bytes

Versions: 10

Compression:

Stored size: 622 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

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

    = f.hidden_field :reset_password_token

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.3 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.2 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre.1 app/views/users/passwords/edit.html.haml
artfully_ose-1.2.0.pre app/views/users/passwords/edit.html.haml
artfully_ose-1.1.0 app/views/users/passwords/edit.html.haml
artfully_ose-1.1.0.rc2 app/views/users/passwords/edit.html.haml
artfully_ose-1.1.0.rc1 app/views/users/passwords/edit.html.haml
artfully_ose-1.0.0.rc4 app/views/users/passwords/edit.html.haml
artfully_ose-1.0.0.rc3 app/views/users/passwords/edit.html.haml