swiss no longer in beta

This commit is contained in:
Thibault Duplessis 2020-05-30 08:54:24 -06:00
parent 4ece8eb136
commit 30bf322e5c
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ object home {
moreCss = cssTag("swiss.home")
) {
main(cls := "page-small box box-pad page swiss-home")(
h1("Swiss tournaments [BETA]"),
h1("Swiss tournaments"),
renderList("Now playing")(now),
renderList("Starting soon")(soon),
div(cls := "swiss-home__infos")(

View file

@ -35,7 +35,7 @@ object side {
span(cls := "swiss__meta__round")(s"${s.round}/${s.settings.nbRounds}"),
" rounds",
separator,
a(href := routes.Swiss.home)("Swiss [BETA]"),
a(href := routes.Swiss.home)("Swiss"),
(isGranted(_.ManageTournament) || (ctx.userId.has(s.createdBy) && !s.isFinished)) option frag(
" ",
a(href := routes.Swiss.edit(s.id.value), title := "Edit tournament")(iconTag("%"))