We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c54f91e + 53324a2 commit 2f637b2Copy full SHA for 2f637b2
app/views/stat/ratingDistribution.scala.html
@@ -26,7 +26,7 @@ <h1 class="lichess_title">Monthly @perfType.name rating distribution</h1>
26
case (under, sum) => {
27
<strong>@sum.localize</strong> @perfType players this month.<br />
28
Your rating is <strong>@rating</strong>.<br />
29
- You are better than <strong>@(under * 100 / sum)%</strong> of @perfType.name players.
+ You are better than <strong>@("%.1f" format under * 100.0 / sum)%</strong> of @perfType.name players.
30
}
31
32
}.getOrElse {
0 commit comments