1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-04 10:48:42 +00:00
Radarr/NzbDrone.Backbone/AddSeries/Existing/FolderMatchResultViewTemplatate.html

6 lines
277 B
HTML
Raw Normal View History

2013-01-31 19:15:19 -08:00
<div class="line row folder-match-result-view">
<a href="http://thetvdb.com/?tab=series&id={{id}}" target="_blank" class="icon-info-sign"></a>
<span>{{seriesName}} {{seriesYear}}</span>
<span class="icon-plus pull-right btn btn-success x-btn-add"></span>
2013-01-31 14:40:51 -08:00
</div>