diff --git a/lib/chess_web/templates/game/_board.html.eex b/lib/chess_web/templates/game/_board.html.eex index e7c94a5..fa55c3c 100644 --- a/lib/chess_web/templates/game/_board.html.eex +++ b/lib/chess_web/templates/game/_board.html.eex @@ -1,4 +1,4 @@ -
Playing Zaphod Beeblebrox
+ Playing <%= opponent(@game, current_user(@conn).id).name %>
+
+