Fix show contacts from tx proposals and tx views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-23 19:15:08 -03:00
commit ad9c840ac7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 12 additions and 9 deletions

View file

@ -158,10 +158,10 @@
<div ng-show="btx.action == 'sent'" class="ellipsis">
<div ng-if="btx.message">{{btx.message}}</div>
<div ng-if="!btx.message && btx.note.body">{{btx.note.body}}</div>
<div ng-if="!btx.message && !btx.note.body && addressbook[btx.addressTo]">
<div ng-if="!btx.message && !btx.note.body && addressbook[btx.addressTo] && addressbook[btx.addressTo].name">
{{addressbook[btx.addressTo].name}}
</div>
<div ng-if="!btx.message && !btx.note.body && !addressbook[btx.addressTo]" translate>Sent</div>
<div ng-if="!btx.message && !btx.note.body && !(addressbook[btx.addressTo] && addressbook[btx.addressTo].name)" translate>Sent</div>
</div>
<div ng-show="btx.action == 'moved'" class="ellipsis">