* 'master' of https://github.com/taobataoma/meanTorrent:
  fix(torrents): show true upload name for oper in torrents detail page
This commit is contained in:
OldHawk
2018-06-22 08:52:36 +08:00

View File

@@ -758,8 +758,8 @@
<dt class="h-line">{{ 'TABLE_FIELDS.PUBLISHER' | translate}}</dt>
<dd class="h-line">
<span ng-if="!vm.torrentLocalInfo.isAnonymous" user-info="vm.torrentLocalInfo.user" info-name></span>
<span ng-if="vm.torrentLocalInfo.isAnonymous">{{ 'ANONYMOUS' | translate }}</span>
<span ng-if="!vm.torrentLocalInfo.isAnonymous || vm.user.isOper" user-info="vm.torrentLocalInfo.user" info-name></span>
<span ng-if="vm.torrentLocalInfo.isAnonymous && !vm.user.isOper">{{ 'ANONYMOUS' | translate }}</span>
<span maker-info="vm.torrentLocalInfo.maker"></span>
<!--<span message-to="vm.torrentLocalInfo.user" to-class="message-to-icon"></span>-->
<span>&nbsp;{{'MESSAGES_FIELD.INFO_SEND_AT' | translate}}: {{vm.torrentLocalInfo.createdat | date: 'yyyy-MM-dd HH:mm:ss'}}</span>