jam-cloud/web/app/views/clients/_sessionList.html.erb

14 lines
463 B
Plaintext

<h2><%= title %></h2>
<br/>
<div class="findsession-container">
<table id="<%= category %>" class="findsession-table" cellspacing="0" cellpadding="0" border="0">
<!-- header -->
<tr>
<th align="left" width="30%">SESSION</th>
<th align="left" width="35%">MUSICIANS</th>
<th width="10%" style="text-align:center">LATENCY</th>
<th align="left" width="20%">POLICIES</th>
</tr>
<!-- session row goes here -->
</table>
</div>