From 171c3a44a4bf135c2e24f216d448b236d9f849ff Mon Sep 17 00:00:00 2001 From: Isaac Levy Date: Tue, 12 Sep 2017 18:31:16 -0400 Subject: [PATCH] Update friend marker with alt text --- app/views/mod/communication.scala.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/views/mod/communication.scala.html b/app/views/mod/communication.scala.html index 2f5301574b..af049f6b3a 100644 --- a/app/views/mod/communication.scala.html +++ b/app/views/mod/communication.scala.html @@ -70,10 +70,9 @@ side = side.some) { @players.map { case (pov, chat) => {
- - @if(pov.game.fromFriend) { - [F] - } @usernameOrAnon(pov.opponent.userId) – @momentFromNow(pov.game.movedAt) + + @usernameOrAnon(pov.opponent.userId) – @momentFromNow(pov.game.movedAt)
@chat.lines.map { line =>