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

13 lines
276 B
HTML
Raw Normal View History

2013-03-02 19:13:23 +00:00
<h3>Season {{seasonNumber}}</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>