mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-13 14:22:21 +02:00
feat(core): link ratio info to user account status page
This commit is contained in:
@@ -45,6 +45,7 @@ body {
|
||||
}
|
||||
|
||||
.scroll-info {
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
color: @mt-base-color;
|
||||
text-shadow: 0 0 1px #000,-0 -0 1px #000;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right" ng-show="vm.authentication.user">
|
||||
<li class="scroll-info xs-hide sm-hide" ng-if="vm.authentication.user">
|
||||
<li class="scroll-info xs-hide sm-hide" ui-sref="status.account" ng-if="vm.authentication.user">
|
||||
<span>
|
||||
{{'TABLE_FIELDS.RATIO' | translate}}: {{vm.authentication.user.ratio}},
|
||||
{{'TABLE_FIELDS.LEVEL' | translate}}: {{vm.scoreLevelData.currLevel}},
|
||||
|
||||
Reference in New Issue
Block a user