diff --git a/app/views/tables/_seat.html.haml b/app/views/tables/_seat.html.haml
index e3582725..90e77398 100644
--- a/app/views/tables/_seat.html.haml
+++ b/app/views/tables/_seat.html.haml
@@ -27,7 +27,9 @@
data: {soft_token: seat.player.soft_token} }
.user-name= seat.player.display_name
- if @game.started?
- .inventory-count= seat.player.inventory.count
+ .inventory-count
+ Cards:
+ = seat.player.inventory.count
-# Show player controls if player is owned by current_user
- if seat.player.soft_token == current_user.soft_token