cleanup meetings

This commit is contained in:
Zachary Chai
2016-11-15 12:09:51 -05:00
parent 68d3e8da5a
commit c9f0dead12
7 changed files with 41 additions and 33 deletions

View File

@ -17,7 +17,7 @@
<% end %>
<% end %>
<div class="page-wrapper meetings">
<div class="page-wrapper meetings" data-id="<%= @meeting_id %>">
<div class="container-fluid">
<%= render 'shared/title', title: t('start_new_session') %>

View File

@ -4,7 +4,7 @@
<% page_title= t('greet_guest', name: @user.username) %>
<% end %>
<div class="page-wrapper rooms" data-room="<%= @user.encrypted_id %>">
<div class="page-wrapper rooms" data-id="<%= @user.encrypted_id %>">
<div class="container-fluid">
<%= render 'shared/title', title: page_title %>