Lidarr/UI/Series/Details/SeasonCompositeTemplate.html

15 lines
293 B
HTML
Raw Normal View History

<h3>{{seasonTitle}}</h3>
2013-03-02 19:13:23 +00:00
<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 class="x-episodes">
</tbody>
2013-03-02 19:13:23 +00:00
</table>