Skip to content

Commit

Permalink
turned off autocapitalize for login form
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hoyt authored and Jonathan Hoyt committed Dec 15, 2008
1 parent 1b8932f commit 39a765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sessions/new.html.erb
Expand Up @@ -3,7 +3,7 @@
<fieldset>
<div class="row">
<%= label_tag 'email', 'Email' %>
<%= text_field_tag 'email', @email %>
<%= text_field_tag 'email', @email, :autocapitalize => "off" %>
</div>
<div class="row">
<%= label_tag 'password' %>
Expand Down

0 comments on commit 39a765d

Please sign in to comment.