mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-05 14:09:23 +01:00
feat(torrent): show torrent H&R tag label in list and detail page
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
</span>
|
||||
<span class="label label-se-info" ng-if="item.torrent_type == 'tvserial'"
|
||||
ng-click="$event.stopPropagation();">S{{item.torrent_seasons}}E{{item.torrent_episodes}}</span>
|
||||
|
||||
<span class="label label-hnr-info" ng-if="item.torrent_hnr"
|
||||
ng-click="$event.stopPropagation();">H&R</span>
|
||||
|
||||
<span ng-repeat="t in item.torrent.torrent_tags">
|
||||
<span class="label label-tag" ng-class="{'used': vm.searchTags.indexOf(t) !== -1}"
|
||||
ng-click="$event.stopPropagation();">
|
||||
|
||||
@@ -88,6 +88,10 @@
|
||||
</span>
|
||||
<span class="label label-se-info" ng-if="item.torrent_type == 'tvserial'"
|
||||
ng-click="$event.stopPropagation();">S{{item.torrent_seasons}}E{{item.torrent_episodes}}</span>
|
||||
|
||||
<span class="label label-hnr-info" ng-if="item.torrent_hnr"
|
||||
ng-click="$event.stopPropagation();">H&R</span>
|
||||
|
||||
<span ng-repeat="t in item.torrent.torrent_tags">
|
||||
<span class="label label-tag" ng-class="{'used': vm.searchTags.indexOf(t) !== -1}"
|
||||
ng-click="$event.stopPropagation();">
|
||||
|
||||
@@ -88,6 +88,10 @@
|
||||
</span>
|
||||
<span class="label label-se-info" ng-if="item.torrent_type == 'tvserial'"
|
||||
ng-click="$event.stopPropagation();">S{{item.torrent_seasons}}E{{item.torrent_episodes}}</span>
|
||||
|
||||
<span class="label label-hnr-info" ng-if="item.torrent_hnr"
|
||||
ng-click="$event.stopPropagation();">H&R</span>
|
||||
|
||||
<span ng-repeat="t in item.torrent_tags">
|
||||
<span class="label label-tag" ng-class="{'used': vm.searchTags.indexOf(t) !== -1}"
|
||||
ng-click="$event.stopPropagation();">
|
||||
|
||||
Reference in New Issue
Block a user