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