mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 07:35:50 +02:00
fix(core): fixed limit user score number to two decimals
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<div class="reply-comment-header-text">
|
||||
<span user-info="vm.topic.user" info-name></span>
|
||||
<span vip-flag="vm.topic.user"></span>
|
||||
<!--<span score-level="vm.getUserScoreLevel(vm.topic.user);"></span>-->
|
||||
<!--<span score-level-curr="vm.topic.user"></span>-->
|
||||
<!--<span message-to="vm.topic.user" to-class="message-to-icon"></span>-->
|
||||
<span class="user-ud-text xs-hide" ng-if="vm.announce.privateTorrentCmsMode">
|
||||
(<span class="glyphicon glyphicon-arrow-up torrent-up"></span>{{vm.topic.user.uploaded | bytes}}
|
||||
|
||||
Reference in New Issue
Block a user