mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-15 18:08:29 +00:00
feat: test2
This commit is contained in:
parent
aeb2b1046d
commit
ce0a9faaae
@ -4,6 +4,7 @@
|
||||
"Answer": "Answer",
|
||||
"Search for videos": "Search for videos",
|
||||
"The Popular feed has been disabled by the administrator.": "The Popular feed has been disabled by the administrator.",
|
||||
"The Trending feed has been disabled by the administrator": "The Trending feed has been disabled by the administrator",
|
||||
"generic_channels_count": "{{count}} channel",
|
||||
"generic_channels_count_plural": "{{count}} channels",
|
||||
"generic_views_count": "{{count}} view",
|
||||
|
@ -70,6 +70,8 @@ module Invidious::Routes::Search
|
||||
return error_template 500, ex
|
||||
end
|
||||
|
||||
redirect_url = Invidious::Frontend::Misc.redirect_url(env)
|
||||
|
||||
# Pagination
|
||||
page_nav_html = Frontend::Pagination.nav_numeric(locale,
|
||||
base_url: "/search?#{query.to_http_params}",
|
||||
|
Loading…
Reference in New Issue
Block a user