Worlds: one column for the rankings
This commit is contained in:
@@ -41,6 +41,11 @@ javascript:
|
||||
setTimeout(() => window.scrollTo(0, wsy), 325);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 350);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 375);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 400);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 425);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 450);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 475);
|
||||
setTimeout(() => window.scrollTo(0, wsy), 500);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
= render "worlds_nav"
|
||||
|
||||
.row.mt-3
|
||||
.col-6
|
||||
.col
|
||||
h4 = t("worlds.main.world_participants")
|
||||
table.table.table-striped.table-hover
|
||||
thead
|
||||
@@ -26,7 +26,8 @@
|
||||
a.btn.btn-sm.btn-secondary href="/wjpc_bets/view/#{b.id}"
|
||||
= t("worlds.main.view_bet")
|
||||
|
||||
.col-6
|
||||
.row.mt-3
|
||||
.col
|
||||
h4 = t("worlds.main.french_participants")
|
||||
table.table.table-striped.table-hover
|
||||
thead
|
||||
|
||||
@@ -468,7 +468,7 @@ en:
|
||||
title: WJPC bets
|
||||
view:
|
||||
french_participants: On French participants
|
||||
multiplier: Multiplier
|
||||
multiplier: x
|
||||
participant: Participant
|
||||
subtitle: "<b>%{name}</b>'s bet"
|
||||
total: Total
|
||||
|
||||
@@ -441,7 +441,7 @@ fr:
|
||||
title: Les paris des WJPC
|
||||
view:
|
||||
french_participants: Sur les français.e.s
|
||||
multiplier: Multiplicateur
|
||||
multiplier: x
|
||||
participant: Participant.e
|
||||
subtitle: "Le pari de <b>%{name}</b>"
|
||||
total: Total
|
||||
|
||||
Reference in New Issue
Block a user