X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1be8d599e878c83305439a9b4d5273d72d9712d7..e9ad6d852c437a00e6cf9f0f529525a3b33d9901:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index 4e45671e1..bc8b86ef2 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -7,20 +7,20 @@
<% end %> -<%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %> +<%= form_tag({ :action => "save" }, { :class => "standard-form fillL" }) do %> -

<%= t '.read and accept with tou' %>

- -
-

<%= t '.contributor_terms_explain' %>

+

<%= t ".read and accept with tou" %>

+

+ <%= t ".heading_ct" %> +

+
+

<%= t ".contributor_terms_explain" %>

<% [%w[france FR], %w[italy IT], %w[rest_of_world GB]].each do |name, legale| %> -
+
-
+
<%= render :partial => "terms" %>
-

- <%= raw t '.guidance', - :summary => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', - :translations => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %> +

+ <%= t ".guidance_html", + :summary => "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary", + :translations => "https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations" %>

-
+
- -

<%= t '.tou_explain_html', :tou_link => link_to(t('layouts.tou'), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>

-
+

+ <%= t "layouts.tou" %> +

+

<%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>

+
<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %> -
- <%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true) %> +
+ <%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true) %> <%= submit_tag("Cancel", :name => "decline", :id => "decline") %>
- (<%= link_to(t('.consider_pd_why'), t('.consider_pd_why_url'), :target => :new)%>) + (<%= link_to(t(".consider_pd_why"), t(".consider_pd_why_url"), :target => :new) %>)
<% end %>