X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3ec67ea2d395f9ae78f806f8e583e10d691861de..1977e66ace0751b8b4fdf3b55bde367ec33e7c57:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a836c8590..bc8b86ef2 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" %>
-
-