X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/576e6e6d673c9d9ec6c2fea138755fc478c82150..d7063ab0a9db4cb833e89c5cde08c005b7940c9a:/app/views/user/confirm.html.erb?ds=sidebyside diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 100206c31..7b8d78d3f 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,48 +1,30 @@ -
<%= t 'user.confirm.press confirm button' %>
+<% if params[:confirm_string] %> + <% content_for :head do %> + <%= javascript_include_tag "user" %> + <% end %> -<%= t 'legal.contributor_terms.intro' %>
-<%= t 'legal.contributor_terms.section_1' %>
-<%= t 'legal.contributor_terms.section_2' %>
-<%= t 'legal.contributor_terms.section_3' %>
-<%= t 'legal.contributor_terms.active_defn_1' %>
-<%= t 'legal.contributor_terms.active_defn_2' %>
-<%= t 'legal.contributor_terms.section_4' %>
-<%= t 'legal.contributor_terms.section_5' %>
-<%= t 'legal.contributor_terms.section_6' %>
-<%= t 'legal.contributor_terms.section_6_1' %>
<%= t 'legal.contributor_terms.section_6_2' %>
<%= t 'legal.contributor_terms.section_7' %>
-<%= t '.press confirm button' %>
+ + <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> +<% else %> +<%= t ".reconfirm_html", + :reconfirm => url_for(:action => 'confirm_resend')%>
+<% end %>