mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Hashtag: Show next page if a continuation exists
This commit is contained in:
parent
aaa1d17f6b
commit
a743df9b04
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module Invidious::Routes::Search
|
||||||
page_nav_html = Frontend::Pagination.nav_numeric(locale,
|
page_nav_html = Frontend::Pagination.nav_numeric(locale,
|
||||||
base_url: "/hashtag/#{hashtag_encoded}",
|
base_url: "/hashtag/#{hashtag_encoded}",
|
||||||
current_page: page,
|
current_page: page,
|
||||||
show_next: (items.size >= 60)
|
show_next: hashtagPage.has_next_continuation
|
||||||
)
|
)
|
||||||
|
|
||||||
templated "hashtag"
|
templated "hashtag"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue