mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-15 20:40:50 -04:00
Attempted rearranging settings page, broke something
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user