fix nav bar buttons/titles/translations
This commit is contained in:
parent
b410b95acc
commit
d5cc0dd63f
8 changed files with 83 additions and 108 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-bar>
|
||||
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="tabs.home">
|
||||
Close
|
||||
<button class="button no-border" ng-click="$ionicGoBack()">
|
||||
{{'Close' | translate}}
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-title>Add wallet</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue