spacing in mod comms view

pull/5168/head
Thibault Duplessis 2019-06-04 12:13:49 +02:00
parent 3e2eb60816
commit 1102b27016
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ object communication {
thread.posts.map { post =>
div(cls := List("post" -> true, "author" -> thread.isWrittenBy(post, u)))(
userIdLink(thread.senderOf(post).some),
nbsp,
richText(post.text)
)
}