X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e80d74ae7369fc1293e5195f29c4f6e8a9dcb87b..7f611b295f39b8c42219a5ce6c84582db74ce8f7:/app/views/users/terms.html.erb?ds=sidebyside diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index 1f42e9085..a5dc3291d 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -11,15 +11,15 @@ <%= form_tag({ :action => "save" }) do %> -

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

+

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

<%= t ".heading_ct" %>

-

<%= t ".contributor_terms_explain" %>

+

<%= t ".contributor_terms_explain" %>

-
+
<% [%w[france FR], %w[italy IT], %w[rest_of_world GB]].each do |name, legale| %>
<%= radio_button_tag "legale", legale, @legale == legale, :data => { :url => url_for(:legale => legale) }, :class => "form-check-input" %> @@ -30,18 +30,20 @@ <% end %>
-
+
<%= render :partial => "terms" %>
-

- <%= t ".guidance_html", - :summary => "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary", - :translations => "https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations" %> +

+ <%= t ".guidance_info_html", + :readable_summary_link => link_to(t(".readable_summary"), + "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary"), + :informal_translations_link => link_to(t(".informal_translations"), + "https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations") %>

-
+
<%= check_box_tag "read_ct", "1", false, :class => "form-check-input" %>