diff --git a/app/views/static/terms_of_service.html.erb b/app/views/static/terms_of_service.html.erb index e2e2f86a1..7457ec613 100644 --- a/app/views/static/terms_of_service.html.erb +++ b/app/views/static/terms_of_service.html.erb @@ -1,22 +1,7 @@
-

Danbooru 2 Beta

- -

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.

-

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.

-

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 Github that you can use. If you would rather not create a new Github account, you can post comments on the forum.

-

Some of the major change from the original Danbooru are:

- - -

<%= link_to("Continue", request.env["HTTP_REFERER"] || "/", :id => "tos-agree-link", :class => "btn") %>

- - - +

<%= link_to("I Agree", params[:url] || "/", :onclick => "Cookie.put('tos', '1')") %> | <%= link_to("Cancel", "/") %>

+
-<% content_for(:page_title) do %> - Terms of Service - <%= Danbooru.config.app_name %> -<% end %>