X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8390d1f6c61c1a26051d8685ca1cbd358b221a92..b897832349ad0878e950ed177b7a050efb9a4a7c:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 525e0cc81..13fad8840 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -1,3 +1,7 @@ +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %>

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

@@ -5,7 +9,7 @@ <%= form_tag({:action => "save"}, { :class => " inner22 standard-form fillL" }) do %> -
+
@@ -13,15 +17,9 @@ <% [['france', 'FR'], ['italy', 'IT'], ['rest_of_world', 'GB']].each do |name, legale| %>
-
<% end %>
@@ -30,12 +28,12 @@ <%= render :partial => "terms" %>
-
- - (<%= link_to(t('user.terms.consider_pd_why'), t('user.terms.consider_pd_why_url'), :target => :new)%>) +
+ + (<%= 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? %> @@ -44,13 +42,13 @@ <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %> <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %>
- <% end %> - -
-

- <%= 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' %> -

+ +
+

+ <%= 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 %>