style intro page, ignore artist tags in Tag.trending, set root page to explore/posts/intro

This commit is contained in:
r888888888
2013-07-02 15:00:50 -07:00
parent 5082c9ef8c
commit 2cfc5c296c
4 changed files with 40 additions and 2 deletions

View File

@@ -352,5 +352,5 @@ Danbooru::Application.routes.draw do
match "/static/benchmark" => "static#benchmark"
match "/static/name_change" => "static#name_change", :as => "name_change"
root :to => "posts#index"
root :to => "explore/posts#intro"
end