Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/andoid_onboarding_fixes
This commit is contained in:
commit
fc78fa8d20
8 changed files with 72 additions and 25 deletions
|
|
@ -5,6 +5,22 @@
|
|||
|
||||
<ion-content class="padding" ng-controller="tabHomeController" ng-init="updateAllWallets(); nextStep()">
|
||||
|
||||
<div class="list card homeTip" ng-show="homeTip">
|
||||
<div class="item item-icon-right item-heading">
|
||||
<a ng-click="homeTip = false"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
||||
</div>
|
||||
<div>
|
||||
<i class="icon big-icon-svg">
|
||||
<img src="img/icon-wallet.svg" class="bg"/>
|
||||
</i>
|
||||
</div>
|
||||
<div class="title" translate>
|
||||
Your bitcoin wallet is ready!
|
||||
</div>
|
||||
<div class="subtitle" translate>
|
||||
On this screen you can see all your wallets, accounts, and assets.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list card" ng-hide="!txps[0]">
|
||||
<a class="item item-icon-right item-heading" ui-sref="tabs.proposals" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue