X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/917ed5a7fda9be9c3d751b56db4995a8cb088d57..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 af3fa2556..7b8d78d3f 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,34 +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.active_defn_1' %>
-<%= t 'legal.contributor_terms.active_defn_2' %>
-<%= t '.press confirm button' %>
+ + <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> +<% else %> +<%= t ".reconfirm_html", + :reconfirm => url_for(:action => 'confirm_resend')%>
+<% end %>