forked from External/greenlight
dont show active meetings on root
This commit is contained in:
parent
fce383d858
commit
e6fb0dbf15
|
@ -13,7 +13,7 @@
|
||||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<% if current_user %>
|
<% if current_user && !current_page?(root_url) %>
|
||||||
<div class="previously-joined-wrapper hidden">
|
<div class="previously-joined-wrapper hidden">
|
||||||
<div class = 'row'>
|
<div class = 'row'>
|
||||||
<div class = 'col-xs-3 col-xs-offset-2'>
|
<div class = 'col-xs-3 col-xs-offset-2'>
|
||||||
|
|
Loading…
Reference in New Issue