app/views/users/edit.html.haml in wheels-0.1.19 vs app/views/users/edit.html.haml in wheels-0.1.20

- old
+ new

@@ -27,12 +27,9 @@ .fieldName= label_tag "Company / Organization" .fieldValue= pf.text_field :company .field .fieldName= pf.label :position .fieldValue= pf.text_field :position - .field - .fieldName= label_tag "Please enter your password for verification:" - .fieldValue= f.password_field :old_password, :id=>"old_password" .submit= f.submit "Update Account" :css .extra_form_data { display: none;