This commit is contained in:
albert
2013-01-06 15:32:33 -05:00
parent da9f4843db
commit 7224d3b6e5

View File

@@ -56,7 +56,7 @@
<div>
<h4>Agreement</h4>
<p>By clicking on the "I Agree" link, you have read all the terms and have agreed to them.</p>
<p><%= link_to("I Agree", params[:url] || "/", :onclick => "Cookie.put('tos', '1')") %> | <%= link_to("Cancel", "/") %></p>
<p><%= link_to("I Agree", params[:url] || "/", :onclick => "Danbooru.Cookie.put('tos', '1')") %> | <%= link_to("Cancel", "/") %></p>
</div>
</div>