Wallet/public/views/includes/copayers.html
Matias Alejo Garcia 320de62f13 bwc
2015-04-11 10:53:15 -03:00

10 lines
356 B
HTML

<ul class="no-bullet m0">
<li class="" ng-repeat="copayer in index.copayers">
<span class="size-12" ng-show="copayer.id == index.copayerId">
<i class="fi-check m5r"></i> {{'Me'|translate}}
</span>
<span class="size-12 text-gray" ng-show="copayer.id != index.copayerId">
<i class="fi-check m5r"></i> {{copayer.name}}
</span>
</li>
</ul>