X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/78631eb0cc05881452aa71ddfa628573abe5e098..1a5f14d338b1e809947232e0dc0a59040f265395:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 25339c1f4..52abb3311 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -10,63 +10,65 @@ <%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
+
-
-
-

<%= raw(t 'user.new.not displayed publicly') %>

+ <%= raw(t 'user.new.not displayed publicly') %>
-
-

<%= t 'user.new.display name description' %> + <%= t 'user.new.display name description' %>

-
+
-
+ + <%= t 'user.new.openid no password' %> +
-
-
- - <%= link_to raw(t("user.new.use openid", :logo => openid_logo)), "#", :id => "openid_enable" %> - - - <%= t 'user.new.openid no password' %> -
-
<%= submit_tag t('user.new.continue'), :tabindex => 6 %>
+
+ <%= link_to raw(t("user.new.use openid", :logo => openid_logo)), "#", :id => "openid_enable" %> +
+ + <%= submit_tag t('user.new.continue'), :tabindex => 6 %>
<% end %> @@ -75,7 +77,6 @@ function enableOpenID() { $("#openid_prompt").hide(); - $("#openid_spacer").show(); $("#openid_field").show(); $("#openid_note").show(); @@ -86,7 +87,6 @@ function disableOpenID() { $("#openid_prompt").show(); - $("#openid_spacer").hide(); $("#openid_field").hide(); $("#openid_note").hide();