OSDN Git Service

Update app/views/admin/users/_form.html.haml
authorJon Evans <jon@craftyjon.com>
Wed, 6 Feb 2013 14:27:09 +0000 (09:27 -0500)
committerJon Evans <jon@craftyjon.com>
Wed, 6 Feb 2013 14:27:09 +0000 (09:27 -0500)
app/views/admin/users/_form.html.haml

index 8684a90..4887633 100644 (file)
@@ -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