Sonarr/NzbDrone.Backbone/Series/Details/SeasonCompositeTemplate.html

13 lines
268 B
HTML

<h3>{{seasonTitle}}</h3>
<table class="table table-hover x-season-table">
<thead>
<tr>
<th>#</th>
<th>Title</th>
<th>Air Date</th>
<th>Quality</th>
<th>Controls</th>
</tr>
</thead>
<tbody></tbody>
</table>