diff --git a/app/views/mod/communication.scala.html b/app/views/mod/communication.scala.html index f476e83122..910f0a0864 100644 --- a/app/views/mod/communication.scala.html +++ b/app/views/mod/communication.scala.html @@ -41,16 +41,6 @@ side = side.some) { -

Dubious public chats

- @if(publicLines.isEmpty) { - None! - } else { - - } @if(history.nonEmpty) {

Moderation history

@@ -74,6 +64,17 @@ side = side.some) { } +

Dubious public chats

+ @if(publicLines.isEmpty) { + None! + } else { + + } + @if(priv) {

Recent private chats