Merge pull request #442 from JDonadio/ref/homogenize-wallet-name

Homogenize wallet names
This commit is contained in:
Matias Alejo Garcia 2016-10-13 16:02:44 -03:00 committed by GitHub
commit 68d3195f7f

View file

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