add recordings table

This commit is contained in:
Zachary Chai
2016-10-28 16:39:32 -04:00
parent 3871e0129c
commit db9d06b72f
8 changed files with 122 additions and 10 deletions

View File

@ -15,7 +15,7 @@
</div>
<% end %>
<div class="page-wrapper meeting">
<div class="page-wrapper meetings">
<div class='container-fluid'>
<%= render 'shared/title', title: 'Start A New Session' %>

View File

@ -16,7 +16,7 @@
</div>
<% end %>
<div class="page-wrapper room">
<div class="page-wrapper rooms">
<div class="container-fluid">
<%= render 'shared/title', title: page_title %>
@ -34,7 +34,9 @@
<% end %>
</div>
<table id="recordings" class="table table-striped table-bordered dt-responsive" width="100%"></table>
<div class="table-wrapper">
<h3>Past Recordings</h3>
<table id="recordings" class="table" width="100%"></table>
</div>
</div>
</div>