feat(core): link ratio info to user account status page

This commit is contained in:
OldHawk
2017-11-07 17:00:03 +08:00
parent 92557e89c7
commit 1efb65cfa9
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

View File

@@ -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}},