Fix add -> create /join /import
This commit is contained in:
parent
c7c051efba
commit
016d28f406
5 changed files with 21 additions and 9 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<ion-view view-title="Add wallet">
|
||||
<ion-view>
|
||||
<ion-nav-bar class="bar-stable">
|
||||
<ion-nav-buttons side="primary">
|
||||
<a href ui-sref="tabs.home" class="button button-clear button-dark">Close</a>
|
||||
<button class="button no-border" ui-sref="tabs.home">
|
||||
Close
|
||||
</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