1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-10 16:25:30 +00:00
Lidarr/NzbDrone.Backbone/Series/Details/SeasonCollectionTemplate.html
2013-03-02 11:13:39 -08:00

13 lines
No EOL
276 B
HTML

<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>