Clean code

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-02 12:37:33 -03:00
commit 2e541f90ad
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 1 additions and 5 deletions

View file

@ -30,9 +30,4 @@
.toggle {
cursor: pointer;
}
.legacy-bitcoin-address {
font-size: 12px;
color: #aaa;
margin-left: 40px;
}
}

View file

@ -59,6 +59,7 @@
<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.toAddress}}</span>
</div>
</div>
<a class="item item-icon-right" ng-hide="!wallet" ng-click="showWalletSelector()">
<span class="label" translate>From</span>