Terms Of Use



<% if @product.purchase_link == "" %> <%= link_to "I agree to the above terms. PUBLISH MY DEAL", :controller => :deals, :action => :verify_not_bot, :id => @deal.id, :ck => @deal.get_check %> <% else %> <%= link_to "I agree to the above terms. PUBLISH MY DEAL", @product.purchase_link + "&d_id=" + @deal.id.to_s + "&ck=" + @deal.get_check %> <% end %> or <%= link_to "I DO NOT agree to the above terms.", "/" %>