add team links on battle standing

prod-hotfix
Thibault Duplessis 2021-01-27 23:27:39 +01:00
parent 8af62b75c4
commit a36cdecebe
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ object teamBattle {
standing.map { t =>
tr(
td(cls := "rank")(t.rank),
td(cls := "team")(teamIdToName(t.teamId)),
td(cls := "team")(teamLink(t.teamId)),
td(cls := "players")(
fragList(
t.leaders.map { l =>