Clean code
This commit is contained in:
parent
a5948b7b3c
commit
2e541f90ad
2 changed files with 1 additions and 5 deletions
|
|
@ -30,9 +30,4 @@
|
||||||
.toggle {
|
.toggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.legacy-bitcoin-address {
|
|
||||||
font-size: 12px;
|
|
||||||
color: #aaa;
|
|
||||||
margin-left: 40px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
<gravatar class="send-gravatar" name="{{tx.toName}}" height="30" width="30" email="{{toEmail}}"></gravatar>
|
<gravatar class="send-gravatar" name="{{tx.toName}}" height="30" width="30" email="{{toEmail}}"></gravatar>
|
||||||
<span ng-if="tx.toName && !showAddress">{{tx.toName}}</span>
|
<span ng-if="tx.toName && !showAddress">{{tx.toName}}</span>
|
||||||
<span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span>
|
<span ng-if="tx.toName && showAddress">{{tx.toAddress}}</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()">
|
<a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()">
|
||||||
<span class="label" translate>From</span>
|
<span class="label" translate>From</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue