From 4a5728e770872efd7757548c8d39adaf03be5753 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Jan 2013 13:37:34 -0500 Subject: [PATCH] updated tos --- app/views/static/terms_of_service.html.erb | 92 +++++++++------------- 1 file changed, 37 insertions(+), 55 deletions(-) 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 %>