mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-16 01:48:51 +00:00
Removed a space
This commit is contained in:
@@ -12,7 +12,7 @@ module Invidious::Frontend::Pagination
|
|||||||
str << " "
|
str << " "
|
||||||
str << %(<i class="icon ion-ios-arrow-forward"></i>)
|
str << %(<i class="icon ion-ios-arrow-forward"></i>)
|
||||||
else
|
else
|
||||||
# Regular arrow ("first" points to the left)
|
# Regular arrow ("first" points to the left)
|
||||||
str << %(<i class="icon ion-ios-arrow-back"></i>)
|
str << %(<i class="icon ion-ios-arrow-back"></i>)
|
||||||
str << " "
|
str << " "
|
||||||
str << translate(locale, "First page")
|
str << translate(locale, "First page")
|
||||||
|
|||||||
Reference in New Issue
Block a user