X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/898c47e647fbffcd0543b78033945b04f1b9aeae..9a9e13af901e9d66357135fb39b111fc9e26b3b2:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 258b6e0b3..23e2ba068 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -2,35 +2,49 @@

<%= t 'user.terms.press accept button' %>

+

<%= t 'user.terms.legale_select' %> +<% form_tag :action => 'terms' do %> + +<% end %>

+
-

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

+

<%= @text['intro'] %>

  1. -

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

    +

    <%= @text['section_1'] %>

  2. -

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

    +

    <%= @text['section_2'] %>

  3. -

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

    -

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

    -

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

    +

    <%= @text['section_3'] %>

    +

    <%= @text['active_defn_1'] %>

    +

    <%= @text['active_defn_2'] %>

  4. -

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

    +

    <%= @text['section_4'] %>

  5. -

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

    +

    <%= @text['section_5'] %>

  6. -

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

    +

    <%= @text['section_6'] %>

      -
    1. <%= t 'legal.contributor_terms.section_6_1' %>

    2. -
    3. <%= t 'legal.contributor_terms.section_6_2' %>

    4. +
    5. <%= @text['section_6_1'] %>

    6. +
    7. <%= @text['section_6_2'] %>

  7. -

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

    +

    <%= @text['section_7'] %>

@@ -48,6 +62,7 @@ <%= hidden_field('user', 'display_name') %> <%= hidden_field('user', 'pass_crypt') %> <%= hidden_field('user', 'pass_crypt_confirmation') %> + <%= t 'user.terms.decline' %> <%= submit_tag(t('user.terms.button')) %>

<% end %>