mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-04 12:40:20 +05:30
Fixed problem
This commit is contained in:
parent
c257882a1f
commit
9a617ae087
@ -97,7 +97,7 @@ module Invidious::Frontend::Pagination
|
|||||||
|
|
||||||
str << %(<div class="page-prev-container flex-left">)
|
str << %(<div class="page-prev-container flex-left">)
|
||||||
|
|
||||||
if !first_page?
|
if !first_page
|
||||||
self.first_page(str, locale, base_url.to_s)
|
self.first_page(str, locale, base_url.to_s)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user