X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/901de4a56a58b4967eec5f2a20e241e3d1c088e9..2d915b0e244d9507e8a642e39e451120c222640d:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index e26439394..13fad8840 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,31 +1,30 @@ +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %>

<%= t 'user.terms.heading' %>

-
-
+
<% end %> -<%= form_tag({:action => "save"}, { :class => "standard-form fillL col6 pad2" }) do %> +<%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %> - - - <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> -
- - -
- <% end %> +
+ + + <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %> +
+ +
+ <% end %> +
-
+
<%= render :partial => "terms" %>
@@ -35,21 +34,21 @@ <%= t 'user.terms.consider_pd' %> (<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>) -
- <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> + <%= hidden_field_tag('referer', h(params[:referer])) unless params[:referer].nil? %> -
- <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> - <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> +
+

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

+ <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> + <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> +
+ +
+

+ <%= raw t 'user.terms.guidance', + :summary => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', + :translations => 'https://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %> +

+
<% end %> - -
-

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

-

- <%= raw t 'user.terms.guidance', - :summary => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', - :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %> -

-