From 99a2ec9a166a36cfc44577d95c6d245c28709ee1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 23 May 2021 22:09:16 -0400 Subject: Elements with data-turbolinks-permanent need an id or it won't work --- app/views/layouts/application.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6a2510b..9b9b23a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -26,12 +26,12 @@ <%= yield %> <% if user_signed_in? %> -
<%= render "chat" %>
<% else %> -
<%= render "game_info" %>
-- cgit v1.2.3