Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 12, 2021
1 parent 91b41ce commit 6e4460d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/views/swiss/show.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ object show {
),
pager(cls := "pagination--top"),
table(cls := "slist slist-pad")(
pairings.currentPageResults map { p =>
tr(cls := "paginated")(
td(a(href := routes.Round.watcher(p.gameId, "white"), cls := "glpt")(s"#${p.gameId}")),
td(userIdLink(p.white.some)),
td(p strResultOf chess.White),
td(p strResultOf chess.Black),
td(userIdLink(p.black.some))
)
}
pairings.currentPageResults map { p =>
tr(cls := "paginated")(
td(a(href := routes.Round.watcher(p.gameId, "white"), cls := "glpt")(s"#${p.gameId}")),
td(userIdLink(p.white.some)),
td(p strResultOf chess.White),
td(p strResultOf chess.Black),
td(userIdLink(p.black.some))
)
}
),
pager(cls := "pagination--bottom")
)
Expand Down

0 comments on commit 6e4460d

Please sign in to comment.