Fix modals, copayer list

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-13 10:56:08 -03:00
commit c24cee303d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 24 additions and 13 deletions

View file

@ -70,7 +70,7 @@
<ul class="no-bullet size-14 m0">
<li class="line-b p10 text-gray" ng-repeat="ac in tx.actions">
<i class="icon-contact size-24"></i>
<span>{{ac.copayerName}}</span>
{{ac.copayerName}} <span ng-if="ac.copayerId == copayerId">({{'Me'|translate}})</span>
<span class="right">
<i ng-if="ac.type == 'reject'" class="fi-x icon-sign x db"></i>
<i ng-if="ac.type == 'accept'" class="fi-check icon-sign check db"></i>