fix details
This commit is contained in:
parent
641a10d3b9
commit
5e279ee872
3 changed files with 10 additions and 3 deletions
|
|
@ -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'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue