show number of online bots

pull/5971/head
Thibault Duplessis 2020-01-31 08:48:49 -06:00
parent f365190831
commit 585e218cd4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ object bots {
def apply(users: List[User])(implicit ctx: Context) = {
val title = s"Online bots"
val title = s"${users.size} Online bots"
views.html.base.layout(
title = title,