fix
This commit is contained in:
parent
2db87a840f
commit
e9f8889a66
1 changed files with 25 additions and 7 deletions
|
|
@ -4,14 +4,32 @@
|
||||||
<a ui-sref="tabs.home"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
<a ui-sref="tabs.home"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="skipped && isCordova">
|
<div ng-show="skipped && isCordova">
|
||||||
<div class="title" translate>Invite friends to BitPay Wallet!</div>
|
<div ng-show="score > 3">
|
||||||
<div class="text-center">
|
<div class="title" translate>Invite friends to BitPay Wallet!</div>
|
||||||
<i class="icon addressbook-icon-svg">
|
<div class="text-center">
|
||||||
<img src="img/address-book-add.svg"/>
|
<i class="icon addressbook-icon-svg">
|
||||||
</i>
|
<img src="img/address-book-add.svg"/>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
<div class="text-center">
|
||||||
|
<span translate>Share the love by inviting your friends.</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center">
|
<div ng-show="score <= 3">
|
||||||
<span translate>Share the love by inviting your friends.</span>
|
<div class="title" translate>Thank you!</div>
|
||||||
|
<div class="subtitle">
|
||||||
|
<span translate>A member of the team will review your feedback as soon as possible.</span>
|
||||||
|
</div>
|
||||||
|
<div class="subtitle" ng-if="score <= 3 || !isCordova">
|
||||||
|
<span translate>If you have additional feedback, please let us know by tapping the "Send feedback" option in the Settings tab.</span>
|
||||||
|
</div>
|
||||||
|
<div ng-if="score <= 3 || !isCordova">
|
||||||
|
<div class="text-center">
|
||||||
|
<i class="icon icon-svg">
|
||||||
|
<img src="img/illustration-send-feedback.png"/>
|
||||||
|
</i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="!skipped || !isCordova">
|
<div ng-show="!skipped || !isCordova">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue