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