X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b8a8a88004d25837a10436fdc13128146b32c32b..ac9319f4d4568068d7b58fe47454b45bd11896ed:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index a836c8590..e40eeffa2 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -3,22 +3,27 @@ <% 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 => " inner22 standard-form fillL" }) do %> +

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

+
+

<%= 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 %> @@ -28,27 +33,36 @@ <%= 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 '.tou_explain' %>

-
<% end %>