X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b8a8a88004d25837a10436fdc13128146b32c32b..600812f6ad23ab7e1cb3ab25c4b09844ba6daa55:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a836c8590..33ca3a3e6 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -3,52 +3,72 @@ <% end %> <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% 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" %>
-
-