show notes on moved tx

This commit is contained in:
Matias Alejo Garcia 2016-06-14 15:54:12 -03:00
commit e1dd1cf935
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -201,7 +201,13 @@
<span ng-if="!btx.message && !btx.note.body && !index.addressbook[btx.addressTo]" translate> Sent</span>
</span>
</span>
<span ng-show="btx.action == 'moved'" translate>Moved</span>
<span ng-show="btx.action == 'moved'">
<span class="ellipsis">
<span ng-if="btx.note.body">{{btx.note.body}}</span>
<span ng-if="!btx.note.body" translate>Moved</span>
</span>
</span>
<span class="label tu warning radius" ng-show="btx.action == 'invalid'" translate>Invalid</span>
</div>
</div>