X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e80d74ae7369fc1293e5195f29c4f6e8a9dcb87b..8a6c34fa78cf4fa52332d90448dae50087f2b510:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index 1f42e9085..e2ece8f1a 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -19,7 +19,7 @@ -
+
<% [%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" %> @@ -36,12 +36,14 @@

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