mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-14 20:28:24 +00:00
Removed a tab
This commit is contained in:
parent
58bad6180f
commit
c257882a1f
@ -5,7 +5,7 @@ module Invidious::Frontend::Pagination
|
|||||||
|
|
||||||
private def first_page(str : String::Builder, locale : String?, url : String)
|
private def first_page(str : String::Builder, locale : String?, url : String)
|
||||||
str << %(<a href=") << url << %(" class="pure-button pure-button-secondary">)
|
str << %(<a href=") << url << %(" class="pure-button pure-button-secondary">)
|
||||||
|
|
||||||
if locale_is_rtl?(locale)
|
if locale_is_rtl?(locale)
|
||||||
# Inverted arrow ("first" points to the right)
|
# Inverted arrow ("first" points to the right)
|
||||||
str << translate(locale, "First page")
|
str << translate(locale, "First page")
|
||||||
|
Loading…
Reference in New Issue
Block a user