explore/posts/intro: remove page.

This was an alternate frontpage that contained a list of previews of the
most popular tags. This page was never linked from anywhere and it was
unknown by most users.
This commit is contained in:
evazion
2020-01-12 20:17:43 -06:00
parent 12a845de92
commit b3eeb170cb
8 changed files with 0 additions and 113 deletions

View File

@@ -49,7 +49,6 @@ Rails.application.routes.draw do
get :viewed
get :searches
get :missed_searches
get :intro
end
end
end
@@ -400,8 +399,6 @@ Rails.application.routes.draw do
get "/static/contact" => "static#contact", :as => "contact"
get "/static/dtext_help" => "static#dtext_help", :as => "dtext_help"
get "/intro" => redirect("/explore/posts/intro")
root :to => "posts#index"
get "*other", :to => "static#not_found"