X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/040c0184a4455f713277fd2d97dd964b067f832a..74b91c0e3e53b4b8da8d7f759ecca67ff5c39a7b:/app/views/users/new.html.erb
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index 7fd537d14..b84adca88 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -16,14 +16,14 @@
- <%= f.email_field(:email, { :tabindex => 1 }) %>
+ <%= f.email_field(:email, :tabindex => 1) %>
<%= f.error_message_on(:email) %>
- <%= f.email_field(:email_confirmation, { :tabindex => 2 }) %>
+ <%= f.email_field(:email_confirmation, :tabindex => 2) %>
<%= f.error_message_on(:email_confirmation) %>
<%= raw(t '.not displayed publicly') %>
@@ -34,7 +34,7 @@
- <%= f.text_field(:display_name, { :tabindex => 3 }) %>
+ <%= f.text_field(:display_name, :tabindex => 3) %>
<%= f.error_message_on(:display_name) %>
<%= t '.display name description' %>
@@ -45,8 +45,8 @@
- <%= f.select(:auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %>
- <%= f.text_field(:auth_uid, { :tabindex => 5 }) %>
+ <%= f.select(:auth_provider, Auth::PROVIDERS, :default => "", :tabindex => 4) %>
+ <%= f.text_field(:auth_uid, :tabindex => 5) %>
<%= f.error_message_on(:auth_uid) %>
<%= t '.auth no password' %>
@@ -57,14 +57,14 @@
- <%= f.password_field(:pass_crypt, { :tabindex => 6 }) %>
+ <%= f.password_field(:pass_crypt, :tabindex => 6) %>
<%= f.error_message_on(:pass_crypt) %>
- <%= f.password_field(:pass_crypt_confirmation, { :tabindex => 7 }) %>
+ <%= f.password_field(:pass_crypt_confirmation, :tabindex => 7) %>
<%= f.error_message_on(:pass_crypt_confirmation) %>