fix user form field order and autocompletion

This commit is contained in:
wvengen 2013-12-22 13:28:33 +01:00
parent df9cff0eee
commit 3e1d561a5e
3 changed files with 10 additions and 7 deletions

View file

@ -1,5 +1,5 @@
= simple_form_for([:admin, @user]) do |f|
= render 'shared/user_form_fields', f: f
= render 'shared/user_form_fields', f: f, password_autocomplete: false
.form-actions
= f.submit
= link_to t('ui.or_cancel'), :back