X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3871d61be43857436d1eaefe9e84841e8a7d0f4f..f6141277d5a727fdec5c7bb26e35b17b1e6f495d:/app/views/users/terms.html.erb?ds=inline diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index f16166702..a5dc3291d 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -11,11 +11,11 @@ <%= form_tag({ :action => "save" }) do %> -
<%= t ".read and accept with tou" %>
+<%= t ".read and accept with tou" %>
<%= t ".contributor_terms_explain" %>
+<%= t ".contributor_terms_explain" %>
@@ -30,15 +30,17 @@ <% end %> -- <%= 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") %>
<%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>
+<%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>