Bug fixes. Split contacts and wallets from send
This commit is contained in:
parent
04c724f3dc
commit
b370e61012
8 changed files with 36 additions and 16 deletions
|
|
@ -25,7 +25,8 @@
|
|||
</div>
|
||||
|
||||
<div class="item item-icon-left">
|
||||
<gravatar class="send-gravatar" name="{{toName}}" width="30" email="{{toEmail}}"></gravatar>
|
||||
<i ng-if="isWallet" class="icon ion-briefcase size-21"></i>
|
||||
<gravatar ng-if="!isWallet" class="send-gravatar" name="{{toName}}" width="30" email="{{toEmail}}"></gravatar>
|
||||
<span translate>To</span>: {{toAddress}}
|
||||
<p ng-show="toName">{{toName}}</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue