fix user form field order and autocompletion
This commit is contained in:
parent
df9cff0eee
commit
3e1d561a5e
3 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue