diff --git a/app/views/tables/show.html.haml b/app/views/tables/show.html.haml
index 8735750..210cf4e 100644
--- a/app/views/tables/show.html.haml
+++ b/app/views/tables/show.html.haml
@@ -45,7 +45,8 @@
%h1 Open table
#game-component
- %h1= @game.title
+ - if @game.winner_player_id
+ %h1= @game.status
#playerList
#top