standardize back buttons
This commit is contained in:
parent
bd7b7d1a77
commit
e63cb569ba
24 changed files with 48 additions and 53 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ui-sref="tabs.add">
|
||||
<i class="icon ion-chevron-left"></i> {{'Back' | translate}}
|
||||
<button class="button back-button" ui-sref="tabs.add">
|
||||
<i class="icon ion-ios-arrow-thin-left"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-nav-title>{{'Join shared wallet' | translate}}</ion-nav-title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue