From e6fb0dbf15c7857f5ebd0ec9cc3555ae25a1a936 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 14 Jun 2017 14:40:53 -0400 Subject: [PATCH] dont show active meetings on root --- app/views/landing/_previously_joined.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/landing/_previously_joined.html.erb b/app/views/landing/_previously_joined.html.erb index 11d38c1a..65697dda 100644 --- a/app/views/landing/_previously_joined.html.erb +++ b/app/views/landing/_previously_joined.html.erb @@ -13,7 +13,7 @@ # with BigBlueButton; if not, see . %> -<% if current_user %> +<% if current_user && !current_page?(root_url) %>