X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/696db6d4334a44d49669db0fe2c455b1a40e511e..f9b0490afcf5cbcb279b6ba504995214a86619c6:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index b3e42189b..99af8b841 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -7,22 +7,21 @@
<% end %> -<%= form_tag({ :action => "save" }, { :class => "standard-form fillL" }) do %> +<%= form_tag({ :action => "save" }) do %>

<%= 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| %> -
-
-
- +
+
+ <%= check_box_tag "read_ct", "1", false, :class => "form-check-input" %> + +

<%= t "layouts.tou" %>

<%= 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("Continue", :name => "continue", :id => "continue", :disabled => true) %> - <%= submit_tag("Cancel", :name => "decline", :id => "decline") %> +
+
+ <%= check_box_tag "read_tou", "1", false, :class => "form-check-input" %> +
+
+ + <%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %> -