Fix copayer list from "Send" and "History"

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-03 11:55:52 -03:00
commit 3861e4e388
3 changed files with 11 additions and 13 deletions

View file

@ -101,7 +101,7 @@
</a>
<ul class="tx-copayers" ng-show="tx.showDetails">
<li ng-repeat="c in tx.actionList">
<li ng-repeat="c in tx.actionList" ng-class="{'bottom-line-copayers':!$last}">
<span>
<i ng-if="c.actions.rejected" class="fi-x icon-sign x"></i>
<i ng-if="c.actions.sign" class="fi-check icon-sign check"></i>