X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b99e8702912226ffc9264efaeede2d4d2e3c7156..41a8b62ff2698b411c3bebeef26dc6f69df01a4c:/app/views/user/confirm.html.erb diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 3186c78dd..31f29eb64 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,30 +1,32 @@ -

<%= t 'user.confirm.heading' %>

+<% content_for :heading do %> +

<%= t 'user.confirm.heading' %>

+
+<% end %> -

<%= t 'user.confirm.press confirm button' %>

+<% if params[:confirm_string] %> + -
-

<%= t 'legal.contributor_terms.intro' %>

-
    -
  1. <%= t 'legal.contributor_terms.section_1' %>
  2. -
  3. <%= t 'legal.contributor_terms.section_2' %>
  4. -
  5. <%= t 'legal.contributor_terms.section_3' %>
  6. -

    <%= t 'legal.contributor_terms.active_defn_1' %>

    -

    <%= t 'legal.contributor_terms.active_defn_2' %>

    -
  7. <%= t 'legal.contributor_terms.section_4' %>
  8. -
  9. <%= t 'legal.contributor_terms.section_5' %>
  10. -
  11. <%= t 'legal.contributor_terms.section_6' %>
  12. -
      -
    1. <%= t 'legal.contributor_terms.section_6_1' %>
    2. -
    3. <%= t 'legal.contributor_terms.section_6_2' %>
    4. -
    -
  13. <%= t 'legal.contributor_terms.section_7' %>
  14. -
-
+

<%= t 'user.confirm.press confirm button' %>

-
- -
- -
+ <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> + +<% else %> +

+ <%= t "user.confirm.introduction_1" %> + + <%= t "user.confirm.introduction_2" %> + +

+

<%= t "user.confirm.reconfirm_html", + :reconfirm => url_for(:action => 'confirm_resend')%>

+<% end %>