Wallet/www/views/feedback/rateApp.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2016-11-16 11:16:20 -03:00
<ion-view id="rate-app" hide-tabs>
2016-11-01 14:21:35 -03:00
<ion-content scroll="false">
2016-11-16 11:16:20 -03:00
<a class="right skip skip-rating" ng-click="skip()" translate>Not now</a>
2016-11-01 14:21:35 -03:00
<div class="title">
<span translate>Thank you!</span>
<div>
2016-11-14 23:20:41 -03:00
<i class="icon icon-svg">
<img src="img/ico-positive-feedback.svg" class="bg"/>
2016-11-01 14:21:35 -03:00
</i>
</div>
</div>
2016-11-15 00:05:20 -03:00
<div class="subtitle text-center">
<span translate>5-star ratings help us get BitPay into more hands, and more users means more resources can be committed to the app!</span>
2016-11-01 14:21:35 -03:00
</div>
2016-11-15 00:05:20 -03:00
<div class="subtitle text-center">
2016-11-15 16:35:30 -05:00
<span class="text-bold" translate>Would you be willing to rate BitPay in the app store?</span>
2016-11-01 14:21:35 -03:00
</div>
2016-11-03 13:39:01 -03:00
<div class="buttons">
2016-11-02 10:52:04 -03:00
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()">
2016-11-01 14:21:35 -03:00
<span translate>Rate on the app store</span>
</button>
2016-11-03 13:39:01 -03:00
<button type="submit" class="button button-standard button-primary button-clear" ng-click="sendFeedback()">
2016-11-02 10:52:04 -03:00
<span translate>Send us feedback instead</span>
2016-11-01 14:21:35 -03:00
</button>
</div>
</ion-content>
</ion-view>