Attempted rearranging settings page, broke something

This commit is contained in:
Gnat
2013-02-08 01:43:23 +00:00
committed by gnattery
parent fcbabf52f1
commit 41fcc5bd06

View File

@@ -25,22 +25,22 @@
Show email publicly on your profile page
%h2 Change password
.control-group
= f.label :password, :class => 'control-label'
.controls
= f.password_field :password, :autocomplete => "off"
%span.help-inline Leave blank if you don't want to change your password
.control-group
= f.label :password_confirmation, :class => 'control-label'
.controls= f.password_field :password_confirmation
%span.help-inline Leave blank if you don't want to change your password
.control-group
= f.label :current_password, :class => 'control-label'
.controls
= f.password_field :current_password
.control-group
= f.label :password, "New password", :class => 'control-label'
.controls
= f.password_field :password, :autocomplete => "off"
.control-group
= f.label :password_confirmation, :class => 'control-label'
.controls= f.password_field :password_confirmation
.form-actions
= f.submit "Update", :class => 'btn'