diff --git a/app/views/layouts/_nav.html.erb b/app/views/layouts/_nav.html.erb index 7db448f12..4c3bb1867 100644 --- a/app/views/layouts/_nav.html.erb +++ b/app/views/layouts/_nav.html.erb @@ -41,13 +41,9 @@
- \ No newline at end of file + diff --git a/config/routes.rb b/config/routes.rb index b4f8cddbb..fd2bd0806 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -476,7 +476,7 @@ Rails.application.routes.draw do get "/static/toggle_mobile_mode" => "static#disable_mobile_mode", as: "disable_mobile_mode" get "/static/theme" => "static#theme", as: "theme" get "/static/avoid_posting" => "static#avoid_posting", as: "avoid_posting_static" - get "/static/subscribestar" => "static#subscribestar", as: "subscribestar" + # get "/static/subscribestar" => "static#subscribestar", as: "subscribestar" get "/meta_searches/tags" => "meta_searches#tags", :as => "meta_searches_tags" root :to => "static#home"