X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/41a8b62ff2698b411c3bebeef26dc6f69df01a4c..901de4a56a58b4967eec5f2a20e241e3d1c088e9:/app/views/user/terms.html.erb?ds=sidebyside
diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb
index f95073df6..e26439394 100644
--- a/app/views/user/terms.html.erb
+++ b/app/views/user/terms.html.erb
@@ -1,45 +1,55 @@
<% content_for :heading do %>
-
-
<%= t 'user.terms.read and accept' %>
-
-
- <%= form_tag :action => 'terms' do %>
-
<%= t 'user.terms.legale_select' %>
-
+ <% end %>
+
<%= render :partial => "terms" %>
-
- <%= form_tag({:action => "save"}, { :class => "sign" }) do %>
-
-
+
+
+
+ <%= 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") %>
+
+<% 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' %>
+
+