mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-16 00:01:36 +02:00
show torrent recommend level in detail view
This commit is contained in:
@@ -298,6 +298,18 @@
|
||||
<dt class="h-line">{{ 'VIDEO_SIZE' | translate}}:</dt>
|
||||
<dd class="h-line">{{vm.torrentLocalInfo.torrent_size | bytes:2}}</dd>
|
||||
|
||||
<dt class="h-line">{{ 'ATTRIBUTE_TAGS' | translate}}:</dt>
|
||||
<dd class="h-line">
|
||||
<div class="list-all-tags">
|
||||
<span class="label label-release label-warning">{{ vm.torrentLocalInfo.torrent_release}}</span>
|
||||
<span ng-repeat="t in vm.torrentLocalInfo.torrent_tags">
|
||||
<span class="label label-tag">
|
||||
{{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt class="h-line">{{ 'VIDEO_SALE_INFO' | translate}}:</dt>
|
||||
<dd class="h-line">
|
||||
<span class="label label-sale"
|
||||
@@ -310,16 +322,12 @@
|
||||
<!--</span>-->
|
||||
</dd>
|
||||
|
||||
<dt class="h-line">{{ 'ATTRIBUTE_TAGS' | translate}}:</dt>
|
||||
<dt class="h-line">{{ 'ADMIN_BASIC_RLEVEL_SET' | translate}}:</dt>
|
||||
<dd class="h-line">
|
||||
<div class="list-all-tags">
|
||||
<span class="label label-release label-warning">{{ vm.torrentLocalInfo.torrent_release}}</span>
|
||||
<span ng-repeat="t in vm.torrentLocalInfo.torrent_tags">
|
||||
<span class="label label-tag">
|
||||
{{ 'RESOURCESTAGS.' + vm.getTagTitle(t) + '.' + t | translate}}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<span class="label label-rlevel label-info"
|
||||
ng-show="vm.torrentLocalInfo.torrent_recommended != 'none'">
|
||||
{{ 'TORRENT_RECOMMEND_LEVEL_ITEM.' + vm.torrentLocalInfo.torrent_recommended.toUpperCase() | translate}}
|
||||
</span>
|
||||
</dd>
|
||||
|
||||
<dt class="h-line" ng-show="vm.torrentLocalInfo.torrent_nfo.length>0">{{ 'VIDEO_NFO' | translate}}:</dt>
|
||||
|
||||
Reference in New Issue
Block a user