Fix profile table, address book table and transaction proposal table

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-15 04:04:05 -03:00
commit 9b7e574968
6 changed files with 62 additions and 55 deletions

View file

@ -24,7 +24,7 @@
<table class="last-transactions-content">
<tbody>
<tr ng-repeat="c in tx.actionList">
<td class="copayer-name" width="100%">{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}
<td width="100%">{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}
</td>
<td>
<i ng-if="c.actions.create" class="fi-crown icon-status icon-active"></i>