use action icons in tx detail view

This commit is contained in:
Marty Alcala 2016-11-08 15:36:42 -05:00
commit a322ca2168

View file

@ -11,7 +11,9 @@
<div class="list">
<div class="item head">
<div class="sending-label" ng-if="btx.confirmations > 0">
<img src="img/icon-check-circled.svg">
<img src="img/icon-tx-sent-outline.svg" ng-if="btx.action === 'sent'">
<img src="img/icon-tx-received-outline.svg" ng-if="btx.action === 'received'">
<img src="img/icon-tx-moved-outline.svg" ng-if="btx.action === 'moved'">
<span translate>{{btx.action | translate}}</span>
</div>
<div class="sending-label" ng-if="btx.confirmations === 0">