From fad8a9e2c3b2efca8bf039954d8f6313018361c6 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 26 Oct 2019 05:31:12 -0700 Subject: [PATCH] Add winner message --- app/views/tables/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/tables/show.html.haml b/app/views/tables/show.html.haml index 8735750a..210cf4e4 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