X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/59a6b1973b92c91c987496410427d9a3be76e7e6..79276fb43abc429cd5515f81005281e303a16dd8:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 37b852a52..1cdb8511f 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -11,11 +11,11 @@
- | <%= text_field(:user, :email, { :value => "", :size => 28, :maxlength => 255, :tabindex => 1 }) %> | +<%= text_field_tag("username", "", { :size => 28, :maxlength => 255, :tabindex => 1 }) %> |
- | <%= password_field(:user, :password, { :value => "", :size => 28, :maxlength => 255, :tabindex => 2 }) %> | +<%= password_field_tag("password", "", { :size => 28, :maxlength => 255, :tabindex => 2 }) %> |
@@ -37,12 +37,13 @@ |