fix terms page back button to arrow and not text

This commit is contained in:
Jamal Jackson 2016-09-15 10:47:10 -04:00
commit 5ad94a8579
2 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<ion-nav-title>{{'Terms of Use' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" ng-click="termsModal.hide()">
{{'Close' | translate}}
<i class="ion-ios-arrow-thin-left"></i>
</button>
</ion-nav-buttons>
</ion-nav-bar>