copay/www/views/feedback/rateApp.html

28 lines
1.1 KiB
HTML
Raw Normal View History

2016-11-11 12:05:06 -08:00
<ion-view id="rate-app">
2016-11-01 10:21:35 -07:00
<ion-content scroll="false">
2016-11-03 09:39:01 -07:00
<a class="right skip" ng-click="skip()">Skip</a>
2016-11-01 10:21:35 -07:00
<div class="title">
<span translate>Thank you!</span>
<div>
2016-11-14 18:20:41 -08:00
<i class="icon icon-svg">
<img src="img/ico-positive-feedback.svg" class="bg"/>
2016-11-01 10:21:35 -07:00
</i>
</div>
</div>
2016-11-14 19:05:20 -08:00
<div class="subtitle text-center">
2016-11-01 10:21:35 -07:00
<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>
2016-11-14 19:05:20 -08:00
<div class="subtitle text-center">
2016-11-03 09:39:01 -07:00
<span class="text-bold" translate>Would you be willing to rate BitPay Wallet in the app store?</span>
2016-11-01 10:21:35 -07:00
</div>
2016-11-03 09:39:01 -07:00
<div class="buttons">
2016-11-02 06:52:04 -07:00
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()">
2016-11-01 10:21:35 -07:00
<span translate>Rate on the app store</span>
</button>
2016-11-03 09:39:01 -07:00
<button type="submit" class="button button-standard button-primary button-clear" ng-click="sendFeedback()">
2016-11-02 06:52:04 -07:00
<span translate>Send us feedback instead</span>
2016-11-01 10:21:35 -07:00
</button>
</div>
</ion-content>
</ion-view>