X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..c51786d10bc6dda488964f468a6a3071dd6912a8:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a42ccd475..33ca3a3e6 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -7,15 +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 ".heading_ct" %> +

+
+

<%= t ".contributor_terms_explain" %>

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