2016-08-31 17:10:54 -04:00
|
|
|
<ion-view id="view-add">
|
|
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-08-30 12:52:28 -03:00
|
|
|
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
2016-08-17 15:53:17 -03:00
|
|
|
<ion-nav-buttons side="primary">
|
2016-09-01 11:40:43 -04:00
|
|
|
<button class="button back-button" ui-sref="tabs.home">
|
2016-08-31 18:02:15 -04:00
|
|
|
<i class="icon ion-ios-arrow-thin-left"></i>
|
2016-08-19 14:26:43 -03:00
|
|
|
</button>
|
2016-08-17 15:53:17 -03:00
|
|
|
</ion-nav-buttons>
|
|
|
|
|
</ion-nav-bar>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-08-16 17:45:20 -03:00
|
|
|
<ion-content>
|
|
|
|
|
<ion-list>
|
2016-09-08 11:28:41 -03:00
|
|
|
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.create-personal">
|
|
|
|
|
<h2 translate>New Personal Wallet</h2>
|
|
|
|
|
<i class="icon nav-item-arrow-right"></i>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.create-shared">
|
|
|
|
|
<h2 translate>Create Shared Wallet</h2>
|
2016-09-06 17:56:22 -04:00
|
|
|
<i class="icon nav-item-arrow-right"></i>
|
2016-08-31 17:10:54 -04:00
|
|
|
</a>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-09-01 11:40:43 -04:00
|
|
|
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.join">
|
2016-08-16 17:45:20 -03:00
|
|
|
<h2 translate>Join shared wallet</h2>
|
2016-09-06 17:56:22 -04:00
|
|
|
<i class="icon nav-item-arrow-right"></i>
|
2016-08-31 17:10:54 -04:00
|
|
|
</a>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-09-06 15:11:02 -03:00
|
|
|
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.import">
|
2016-08-16 17:45:20 -03:00
|
|
|
<h2 translate>Import wallet</h2>
|
2016-09-06 17:56:22 -04:00
|
|
|
<i class="icon nav-item-arrow-right"></i>
|
2016-08-31 17:10:54 -04:00
|
|
|
</a>
|
2016-08-16 17:45:20 -03:00
|
|
|
</ion-list>
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|