Placeholders for buttons.
This commit is contained in:
parent
fb275d4b08
commit
da853bcbf6
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
<div class="list card ng-hide" ng-show="fromWallets.length == 0 || toWallets.length == 0">
|
||||
<div class="item item-heading">
|
||||
<span translate>No available wallets to convert between.</span>
|
||||
<button ui-sref="tabs.buyandsell">Buy Bitcoin Now</button>
|
||||
<button ui-sref="tabs.receive">Show my address</button>
|
||||
</div>
|
||||
</div>
|
||||
<shapeshift-coin-trader class="ng-hide" ng-show="fromWallets.length > 0 && toWallets.length > 0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue