diff --git a/app/views/games/show.html.haml b/app/views/games/show.html.haml index d0664be2..0b43303a 100644 --- a/app/views/games/show.html.haml +++ b/app/views/games/show.html.haml @@ -33,7 +33,7 @@ %strong= "My Turn " if @game.active_player == player // Show the players' cards - - unless player.inventory.empty? + - if player.user == current_user && player.inventory.empty? == false %ul.cards - player.inventory.each do |card| %li