X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a53c7bf623f7a08706eaf73de44380fbf11b14ad..c6609cce243bd2597b11fd8d57e57f8100ad65a1:/app/views/user/login.html.erb?ds=sidebyside diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 074031796..c2f801c15 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 }) %> |
@@ -38,7 +38,7 @@ | ||