X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..e8e4aa53d49c1f16aa11961cdc7a14e834a4a541:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a42ccd475..b3e42189b 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -7,48 +7,68 @@
<% 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| %> +
<% end %>
-
+
<%= render :partial => "terms" %>
-
-