From 291d815056a3c85d27c2746b55233d8a7189ae4f Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 7 Jun 2017 15:48:47 -0400 Subject: [PATCH] don't show active meetings when not logged in --- app/views/landing/_previously_joined.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/views/landing/_previously_joined.html.erb b/app/views/landing/_previously_joined.html.erb index c9c6c2c0..ad404847 100644 --- a/app/views/landing/_previously_joined.html.erb +++ b/app/views/landing/_previously_joined.html.erb @@ -30,6 +30,17 @@ +<% else %> + <% end %> <%= javascript_include_tag "active_meetings.js" %>