forked from External/greenlight
add recordings table
This commit is contained in:
@ -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' %>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user