1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-31 20:35:37 +00:00
Radarr/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>