mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-20 05:21:17 -04:00
Fixed problem
This commit is contained in:
parent
c257882a1f
commit
9a617ae087
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue