From 5042e2572c9bfc285f3a07b41a1a3078f925a879 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 29 May 2018 08:40:35 -0400 Subject: [PATCH] minor tweaks --- app/views/main/index.html.erb | 4 +++- app/views/shared/modals/_create_room_modal.html.erb | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 65699b2f..0913c1bc 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -9,6 +9,7 @@ <% end %>
+ <% if current_user %>
<% 3.times do %>
@@ -48,8 +49,9 @@
- + <% else %> <%= render "shared/features" %> + <% end %>