Merge pull request #10010 from maxrosenb/master

Hide ratings on last 1000 opponents list if hide ratings preference selected
pull/10033/head
Thibault Duplessis 2021-10-25 18:39:23 +02:00 committed by GitHub
commit e6d4b8cab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ object bits {
if (sugs.nonEmpty) sugs.map { r =>
tr(
td(userLink(r.user)),
td(showBestPerf(r.user)),
ctx.pref.showRatings option td(showBestPerf(r.user)),
td(
r.nbGames.filter(_ > 0).map { nbGames =>
a(href := s"${routes.User.games(u.username, "search")}?players.b=${r.user.username}")(