]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/terms.html.erb
Merge branch 'master' into openstreetbugs
[rails.git] / app / views / user / terms.html.erb
index 2ab2c7ebde0c292a85348468fed42280cd5e165d..cd352ab6fde9af90e80c5b9f68e17ae6535fc14f 100644 (file)
       <%= hidden_field('user', 'pass_crypt_confirmation') %>
     <% end %>
     <div id="buttons">
-      <% 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") %>
     </div>
   </p>
+  <br clear="all" />
+  <p id="contributorGuidance"><%= 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' %></p>
 <% end %>