mod games are WIP

pull/8154/head
Thibault Duplessis 2021-02-21 08:44:05 +01:00
parent 632b4f089a
commit 7c15755d1c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ object games {
div(cls := "mod-games page-menu__content box")(
postForm(action := routes.Analyse.multipleAnalysis(user.id), cls := "mod-games__form")(
div(cls := "box__top")(
h1(userLink(user), " games"),
h1(userLink(user), " games (WIP)"),
div(cls := "box__top__actions")(
submitButton(cls := "button")("Analyse")
)