style fixes
This commit is contained in:
parent
fc753282d3
commit
a87018192a
4 changed files with 15 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
|||
= render 'devise/shared/openid'
|
||||
|
||||
= f.inputs name: 'Account' do
|
||||
= f.input :email, :required => false, :input_html => {autocomplete: "off"}
|
||||
= f.input :email, required: false, input_html: {autocomplete: "off"}
|
||||
= f.input :password, hint: "(Leave blank if you don't want to change it)", input_html: {autocomplete: 'off'}
|
||||
= f.input :password_confirmation, input_html: {autocomplete: 'off'}
|
||||
= f.input :current_password, input_html: {autocomplete: 'off'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue