From 1cf9121f0fee279a5c52d196e2c091e768a271b2 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Thu, 20 Jul 2023 18:28:49 +0000 Subject: [PATCH] Show soft token in seat --- app/views/tables/_seat.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/tables/_seat.html.haml b/app/views/tables/_seat.html.haml index ea31c409..e3852202 100644 --- a/app/views/tables/_seat.html.haml +++ b/app/views/tables/_seat.html.haml @@ -26,6 +26,7 @@ .player{id: "player-#{seat.player.id}", class: @game.controlling_player == seat.player ? "taking-turn" : "", data: {soft_token: seat.player.soft_token} } .user-name= seat.player.display_name + .user-soft-token= seat.player.soft_token .user-principal= seat.player.principal - if @game.started? .inventory-count