Commit 6474797d1cc48d1a9fb0659b1b28cc27580558a1
1 parent
c9777518
Exists in
master
and in
4 other branches
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,7 +21,7 @@ | ||
21 | .clearfix | 21 | .clearfix |
22 | = f.label :email | 22 | = f.label :email |
23 | .input | 23 | .input |
24 | - = f.text_field :email, required: true, autocomplete:"off" | 24 | + = f.text_field :email, required: true, autocomplete: "off" |
25 | %span.help-inline * required | 25 | %span.help-inline * required |
26 | 26 | ||
27 | %fieldset | 27 | %fieldset |