This commit is contained in:
Gabriel Bazán 2016-11-03 13:39:01 -03:00
commit 11b4ec1fcc
9 changed files with 97 additions and 73 deletions

View file

@ -1,12 +1,6 @@
<ion-view id="rate-app-store">
<ion-nav-bar class="bar-royal">
<ion-nav-buttons side="secondary">
<button class="button button-button-clear" ng-click="skip()" translate>
Skip
</button>
</ion-nav-buttons>
</ion-nav-bar>
<ion-content scroll="false">
<a class="right skip" ng-click="skip()">Skip</a>
<div class="title">
<span translate>Thank you!</span>
<div>
@ -19,13 +13,13 @@
<span translate>5-star ratings help us get BitPay Wallet into more hands, and more users means more resoucers can be committed to the app!</span>
</div>
<div class="subtitle">
<span translate>Would you be willing to rate BitPay Wallet in the app store?</span>
<span class="text-bold" translate>Would you be willing to rate BitPay Wallet in the app store?</span>
</div>
<div>
<div class="buttons">
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()">
<span translate>Rate on the app store</span>
</button>
<button type="submit" class="button button-standard button-primary" ng-click="sendFeedback()">
<button type="submit" class="button button-standard button-primary button-clear" ng-click="sendFeedback()">
<span translate>Send us feedback instead</span>
</button>
</div>