X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/077834704e79259e60967b0cde8f8785017e9145..1be8d59:/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 18b86dd12..4e45671e1 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -9,7 +9,7 @@ <%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %> -

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

+

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

@@ -33,29 +33,35 @@ <%= 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' %>

+

<%= t '.tou_explain_html', :tou_link => link_to(t('layouts.tou'), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>

<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
- <%= submit_tag(t('.agree'), :name => "agree", :id => "agree", disabled: true) %> - <%= submit_tag(t('.decline'), :name => "decline", :id => "decline") %> + <%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true) %> + <%= submit_tag("Cancel", :name => "decline", :id => "decline") %>