mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-27 00:31:05 +01:00
Merge branch 'master' of https://github.com/taobataoma/meanTorrent
* 'master' of https://github.com/taobataoma/meanTorrent: fix(torrents): show true upload name for oper in torrents list
This commit is contained in:
@@ -127,8 +127,8 @@
|
||||
</td>
|
||||
<td class="col-md-1 td-v-middle text-center" ng-class="vm.state.current.name.startsWith('admin.torrents') ? 'td-admin-cmd' : 'td-uploader'">
|
||||
<div ng-if="vm.showByUser()">
|
||||
<span ng-if="!item.isAnonymous" user-info="item.user" info-name></span>
|
||||
<span ng-if="item.isAnonymous">{{ 'ANONYMOUS' | translate }}</span>
|
||||
<span ng-if="!item.isAnonymous || vm.user.isOper" user-info="item.user" info-name></span>
|
||||
<span ng-if="item.isAnonymous && !vm.user.isOper">{{ 'ANONYMOUS' | translate }}</span>
|
||||
|
||||
<div maker-info="item.maker"></div>
|
||||
<!--<span vip-flag="item.user"></span>-->
|
||||
|
||||
Reference in New Issue
Block a user