Commit 6474797d1cc48d1a9fb0659b1b28cc27580558a1

Authored by Jon Evans
1 parent c9777518

Update app/views/admin/users/_form.html.haml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin/users/_form.html.haml
... ... @@ -21,7 +21,7 @@
21 21 .clearfix
22 22 = f.label :email
23 23 .input
24   - = f.text_field :email, required: true, autocomplete:"off"
  24 + = f.text_field :email, required: true, autocomplete: "off"
25 25 %span.help-inline * required
26 26  
27 27 %fieldset
... ...