79789903

Date: 2025-10-14 07:19:03
Score: 2
Natty:
Report link

In How to control significant digits, ONLY when necessary, in a Thymeleaf template? they find a workaround for the case that it is an integer:

<span th:text="${user.averageScore} % 1 == 0? ${user.averageScore} :${#numbers.formatDecimal(user.averageScore, 0, 2)}"/>
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maximilian Kias