X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/78631eb0cc05881452aa71ddfa628573abe5e098..2fb777c5be4c4b5b94b8bd5bee5f7670e3425e9d:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 25339c1f4..7324ddd29 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -6,67 +6,69 @@ <%= error_messages_for 'user' %> -<%= form_for :user, :url => { :action => 'terms' } do %> +<%= form_for :user, :url => { :action => 'create' } do %> <%= 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();