X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f3b319cb4f9521ca2fb1f514c8b368bd894bab3b..bbc62406b588221adcbdda71fd167ee3c666c253:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 31cc605e7..f95073df6 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -25,7 +25,7 @@ <% end %> -
+
<%= render :partial => "terms" %>
@@ -36,10 +36,10 @@ (<%= 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? %> -
+
<%= 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 => '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 => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary', :translations => 'http://www.osmfoundation.org/wiki/License/Contributor_Terms/Informal_Translations' %>

<% end %>