X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50b2f4f656b82112fce4939da26a1afc6b140e89..c51786d10bc6dda488964f468a6a3071dd6912a8:/app/views/users/new.html.erb diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 5acaa4e95..6f97a284a 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -19,14 +19,14 @@ <%= hidden_field_tag("referer", h(@referer)) unless @referer.nil? %>
-
+
<%= f.email_field(:email, :tabindex => 1) %> <%= f.error_message_on(:email) %>
-
+
@@ -37,7 +37,7 @@
-
+
@@ -48,11 +48,11 @@
-
+
- <%= f.select(:auth_provider, Auth::PROVIDERS, :default => "", :tabindex => 4) %> + <%= f.select(:auth_provider, Auth.providers, :default => "", :tabindex => 4) %> <%= f.text_field(:auth_uid, :tabindex => 5) %> <%= f.error_message_on(:auth_uid) %>
@@ -60,14 +60,14 @@
-
+
<%= f.password_field(:pass_crypt, :tabindex => 6) %> <%= f.error_message_on(:pass_crypt) %>
-
+
@@ -76,7 +76,7 @@
-
+
<%= link_to t(".use external auth"), "#", :id => "auth_enable" %>