mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-31 16:26:29 +00:00
Add History feed menu
This commit is contained in:
committed by
Fijxu
parent
03bf4592ce
commit
d1051efd6e
@@ -23,6 +23,12 @@ module Invidious::Routes::Misc
|
||||
else
|
||||
env.redirect "/feed/popular"
|
||||
end
|
||||
when "History"
|
||||
if user
|
||||
env.redirect "/feed/history"
|
||||
else
|
||||
env.redirect "/feed/popular"
|
||||
end
|
||||
else
|
||||
templated "search_homepage", navbar_search: false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user