store previously joined authenticated meetings

This commit is contained in:
Zachary Chai
2017-02-02 14:35:41 -05:00
parent 126993dc08
commit 5a29a344fe
4 changed files with 46 additions and 14 deletions

View File

@ -31,6 +31,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<div class="center-block center-panel-content-size col-xs-12">
<% if admin? %>
<%= render 'shared/meeting_name_form' %>
<div class="row">
<%= render 'landing/previously_joined' %>
</div>
<div class="row">
<%= render 'landing/invite_join' %>
</div>