Update app/views/admin/users/_form.html.haml
This commit is contained in:
parent
c9777518e3
commit
6474797d1c
|
@ -21,7 +21,7 @@
|
|||
.clearfix
|
||||
= f.label :email
|
||||
.input
|
||||
= f.text_field :email, required: true, autocomplete:"off"
|
||||
= f.text_field :email, required: true, autocomplete: "off"
|
||||
%span.help-inline * required
|
||||
|
||||
%fieldset
|
||||
|
|
Loading…
Reference in a new issue