Skip to content

Commit

Permalink
fix(settings): make the tabs a little more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed May 1, 2015
1 parent 89c5683 commit f9f72a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ <h1 class="title">Settings</h1>
<button class="button button-compass button-clear button-compass" ng-click="save()">Save</button>
</ion-header-bar>
<ion-content scroll="false">
<ion-tabs class="tabs-compass tabs-icon-only" ng-keypress="handleKey($event)">
<ion-tab title="Server" icon-on="ion-ios-gear" icon-off="ion-ios-gear-outline" scroll="true">
<ion-tabs class="tabs-compass tabs-icon-left" ng-keypress="handleKey($event)">
<ion-tab title="Settings" icon-on="ion-ios-gear" icon-off="ion-ios-gear-outline" scroll="true">
<ion-view>
<ion-content scroll="true">
<form class="list">
Expand All @@ -29,7 +29,7 @@ <h1 class="title">Settings</h1>
</ion-content>
</ion-view>
</ion-tab>
<ion-tab title="IAP" icon-on="ion-ios-cart" icon-off="ion-ios-cart-outline" ng-if="products">
<ion-tab title="Purchase" icon-on="ion-ios-cart" icon-off="ion-ios-cart-outline" ng-if="products">
<ion-view>
<ion-content scroll="true">
<form class="list">
Expand Down

0 comments on commit f9f72a4

Please sign in to comment.