This commit is contained in:
albert
2011-12-29 17:34:46 -05:00
parent 47d8f908df
commit e670412731
3 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
class StaticController < ApplicationController
def jquery_test
end
def terms_of_service
render :layout => "blank"
end
end

View File

@@ -12,6 +12,8 @@
<%= yield :html_header %>
</head>
<body>
<%= yield :layout %>
<div id="page">
<%= yield :layout %>
</div>
</body>
</html>

View File

@@ -2,7 +2,7 @@
<h1>Danbooru 2 Beta</h1>
<p>Danbooru 2 is a rewrite of the original Danbooru source code. Most functionality remains the same. The goal is to create a cleaner architecture so that extending and expanding the site will be easier. The goal of the beta is to test the code and make sure all the pieces are working.</p>
<p>This test database is independent of the Danbooru database. That means your account has not been copied over. <strong>You will have to create a new account on Testbooru in order to start contributing.</strong> This is only to make testing easier; the eventual goal is to migrate the old Danbooru database to the new code. But that will come much later.</p>
<p>This test database is based on a copied snapshot of the Danbooru database. Unless you signed up recently, your account should exist on this test site.</p>
<p>You are encouraged to upload, comment, note, and do everything in your power to break the site. If you notice any bugs or any inconsistencies with the old site, there's an issue tracker on <a href="https://github.com/r888888888/danbooru/issues/new">Github</a> that you can use. If you would rather not create a new Github account, you can post comments on <a href="http://danbooru.donmai.us/forum/show/65870">the forum</a>.</p>
<p>Some of the major change from the original Danbooru are:</p>
<ul>
@@ -10,7 +10,7 @@
<li><strong>Small and large images.</strong> All images now get a small and large version.</li>
</ul>
<p><%= link_to("Continue", request.env["HTTP_REFERER"] || "/", :id => "tos-agree-link") %></p>
<p><%= link_to("Continue", request.env["HTTP_REFERER"] || "/", :id => "tos-agree-link", :class => "btn") %></p>
<!--
<h1>Terms of Service</h1>