fix crowd anonymous display

pull/83/head
Thibault Duplessis 2013-06-12 18:39:58 +02:00
parent ec999b4bfa
commit 3c9d96206a
2 changed files with 0 additions and 2 deletions

View File

@ -151,7 +151,6 @@ abstract class SocketActor[M <: SocketMember](uidTtl: Duration) extends Actor {
def showSpectators(users: List[String], nbAnons: Int) = nbAnons match {
case 0 users
case 1 users :+ "Anonymous"
case x users :+ ("Anonymous (%d)" format x)
}

1
todo
View File

@ -65,7 +65,6 @@ show friend games in homepage board
allow to filter anon
replace plot with watch plot when game starts
team search is broken
serve files from static (cookie-less?) domain https://github.com/ornicar/lila/issues/30
liquid UI for large screens http://fr.lichess.org/forum/lichess-feedback/hi-res#5
---