From bf8549e9a788083d3fe68e8a1dd4e923536c136c Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Thu, 24 Oct 2019 19:45:33 -0700 Subject: [PATCH] =?UTF-8?q?Add=20seats=203=20and=204=20to=20tabl=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/tables/show.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/tables/show.html.haml b/app/views/tables/show.html.haml index 691be3a6..5e6ae306 100644 --- a/app/views/tables/show.html.haml +++ b/app/views/tables/show.html.haml @@ -66,3 +66,7 @@ = render "seat", seat: @seats[0] #mid = render "seat", seat: @seats[1] + -# + = render "seat", seat: @seats[2] + #bot + = render "seat", seat: @seats[3]