fix details

This commit is contained in:
bechi 2015-12-04 12:27:16 -03:00
commit 5e279ee872
3 changed files with 10 additions and 3 deletions

View file

@ -18,11 +18,11 @@
<div class="header-modal size-36 text-center">
<div ng-show="btx.action != 'invalid'">
<div ng-show="btx.action == 'received'">
<img src="img/icon-receive.svg" alt="sync" width="50">
<img src="img/icon-receive-history.svg" alt="sync" width="50">
<p class="m0 text-gray size-14" translate>Received</p>
</div>
<div ng-show="btx.action == 'sent'">
<img src="img/icon-sent.svg" alt="sync" width="50">
<img src="img/icon-sent-history.svg" alt="sync" width="50">
<p class="m0 text-gray size-14" translate>Sent</p>
</div>
<div ng-show="btx.action == 'moved'">