MS changed the profile edit field to be private
This commit is contained in:
parent
66b356b5fe
commit
c68a026658
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@
|
||||||
= p.text_field :last_name, :value => @profile.last_name
|
= p.text_field :last_name, :value => @profile.last_name
|
||||||
%p
|
%p
|
||||||
= f.label :password
|
= f.label :password
|
||||||
= f.text_field :password
|
= f.password_field :password
|
||||||
%p
|
%p
|
||||||
= f.label :password_confirmation
|
= f.label :password_confirmation
|
||||||
= f.text_field :password_confirmation
|
= f.password_field :password_confirmation
|
||||||
|
|
||||||
|
|
||||||
#submit_block
|
#submit_block
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue