Homogenize wallet names

This commit is contained in:
Javier 2016-10-13 15:09:52 -03:00
parent c6c8931d25
commit 7f09012169
1 changed files with 5 additions and 3 deletions

View File

@ -99,9 +99,11 @@
<i class="icon big-icon-svg circle">
<img src="img/icon-wallet.svg" ng-style="{'background-color': item.color}" class="bg"/>
</i>
{{item.name || item.id}}
<span ng-show="item.n > 1" class="text-light">
{{item.m}}-of-{{item.n}}
<span>
{{item.name || item.id}}
<span class="size-12 text-light" ng-show="item.n > 1">
{{item.m}}-of-{{item.n}}
</span>
</span>
<span class="right text-light assertive" ng-show="!item.isComplete()" translate>
Incomplete