X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a99b5169626d3369886c471e846020fbff301dbc..5ff9f2d21c82a9ebe06be748a37de764d0861514:/app/views/user/terms.html.erb diff --git a/app/views/user/terms.html.erb b/app/views/user/terms.html.erb index 2ab2c7ebd..cd352ab6f 100644 --- a/app/views/user/terms.html.erb +++ b/app/views/user/terms.html.erb @@ -41,10 +41,10 @@ <%= hidden_field('user', 'pass_crypt_confirmation') %> <% end %>
- <% if params[:user] %> - <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> - <% end %> + <%= submit_tag(t('user.terms.decline'), :name => "decline", :id => "decline") %> <%= submit_tag(t('user.terms.agree'), :name => "agree", :id => "agree") %>

+
+

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