UI for sending to address.
This commit is contained in:
parent
aeb6efcdd0
commit
4a1fd498f5
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@
|
|||
<div class="card card-gutter-compact">
|
||||
<div class="item item-compact" translate>To:</div>
|
||||
<div class="item item-gutterless item-complex item-avatar">
|
||||
<div class="item-content item-content-avatar">
|
||||
<div class="item-content item-content-avatar"
|
||||
ng-if="vm.destination.kind === 'contact' || vm.destination.kind === 'wallet'">
|
||||
<img src="img/contact-placeholder.svg" class="bg" ng-if="vm.destination.kind === 'contact'">
|
||||
<i class="icon big-icon-svg theme-circle theme-circle-services" ng-if="vm.destination.kind === 'wallet'">
|
||||
<div class="bg icon-wallet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue