style fixes

This commit is contained in:
Stella Rouzi 2014-06-26 17:41:46 +03:00
parent fc753282d3
commit a87018192a
4 changed files with 15 additions and 9 deletions

View file

@ -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'},