2017-06-28 16:28:17 -03:00
|
|
|
<ion-view id="view-add" show-tabs>
|
2016-08-31 17:10:54 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-08-30 12:52:28 -03:00
|
|
|
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
2016-09-16 21:01:19 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-08-17 15:53:17 -03:00
|
|
|
</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-21 15:21:18 -04:00
|
|
|
<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.create-personal">
|
|
|
|
|
<i class="icon big-icon-svg">
|
|
|
|
|
<img src="img/icon-wallet.svg" class="bg"/>
|
|
|
|
|
</i>
|
2016-12-02 14:36:14 -03:00
|
|
|
<span class="add-type" translate>New personal wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-09-08 11:28:41 -03:00
|
|
|
</a>
|
|
|
|
|
|
2016-09-21 15:21:18 -04:00
|
|
|
<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.create-shared">
|
|
|
|
|
<i class="icon big-icon-svg">
|
|
|
|
|
<img src="img/icon-wallet.svg" class="bg"/>
|
|
|
|
|
</i>
|
2016-12-02 14:36:14 -03:00
|
|
|
<span class="add-type" translate>Create shared wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-08-31 17:10:54 -04:00
|
|
|
</a>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-09-21 15:21:18 -04:00
|
|
|
<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.join">
|
|
|
|
|
<i class="icon big-icon-svg">
|
|
|
|
|
<img src="img/item-ico-addwallet.svg" class="bg join"/>
|
|
|
|
|
</i>
|
2016-12-02 14:36:14 -03:00
|
|
|
<span class="add-type" translate>Join shared wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-arrow-right"></i>
|
2016-08-31 17:10:54 -04:00
|
|
|
</a>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-09-21 15:21:18 -04:00
|
|
|
<a class="item item-remove-animate item-icon-right item-icon-left item-big-icon-left" type="item-text-wrap" ui-sref="tabs.add.import">
|
|
|
|
|
<i class="icon big-icon-svg">
|
|
|
|
|
<img src="img/item-ico-import.svg" class="bg"/>
|
|
|
|
|
</i>
|
2016-12-02 14:36:14 -03:00
|
|
|
<span class="add-type" translate>Import wallet</span>
|
2016-10-03 19:38:57 -04:00
|
|
|
<i class="icon bp-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>
|