localize number

pull/9890/head^2
Thibault Duplessis 2021-09-28 08:44:34 +02:00
parent d659e5e3ba
commit c6c7ae4f27
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ object post {
),
dataRel := post.id.value,
title := trans.study.like.txt()
)(span(cls := "ublog-post__like__nb")(post.likes.value))
)(span(cls := "ublog-post__like__nb")(post.likes.value.localize))
private def followButton(user: User, post: UblogPost, followed: Boolean)(implicit ctx: Context) =
div(