code tweak

This commit is contained in:
Thibault Duplessis 2020-01-22 09:35:06 -06:00
parent ac988c0f42
commit f6cd349e7f

View file

@ -121,10 +121,10 @@ trait GameHelper { self: I18nHelper with UserHelper with AiHelper with StringHel
}
def playerText(player: Player, withRating: Boolean = false) =
Namer.playerTextBlocking(player, withRating)(env.user.lightUserSync)
Namer.playerTextBlocking(player, withRating)(lightUser)
def gameVsText(game: Game, withRatings: Boolean = false): String =
Namer.gameVsTextBlocking(game, withRatings)(env.user.lightUserSync)
Namer.gameVsTextBlocking(game, withRatings)(lightUser)
val berserkIconSpan = iconTag("`")
val statusIconSpan = i(cls := "status")