show configured number of rounds

This commit is contained in:
Thibault Duplessis 2020-05-14 19:40:43 -06:00
parent 29c0a5f485
commit b8e268b628

View file

@ -29,7 +29,7 @@ object side {
)
} else s.perfType.map(_.trans),
separator,
span(cls := "swiss__meta__round")(s"${s.round}/${s.actualNbRounds}"),
span(cls := "swiss__meta__round")(s"${s.round}/${s.settings.nbRounds}"),
" rounds"
),
if (s.settings.rated) trans.ratedTournament() else trans.casualTournament(),