1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-25 02:30:20 +02:00
Sonarr/NzbDrone.Web/_backboneApp/Series/Index/SeriesItemTemplate.html
2013-02-15 16:52:54 -08:00

11 lines
367 B
HTML

<td>{{{formatStatus status monitored}}}</td>
<td><a href="/series/details/{{id}}">{{title}}</a></td>
<td name="seasonCount"></td>
<td name="qualityProfileName"></td>
<td name="network"></td>
<td>{{formatBestDate nextAiring}}</td>
<td>
{{{formatProgress episodeFileCount episodeCount}}}
<td>
<td>Edit/<i class="icon-remove x-remove" title="Delete Series"></i></td>