copay/public/views/add.html

36 lines
1.2 KiB
HTML
Raw Normal View History

2016-08-31 14:10:54 -07:00
<ion-view id="view-add">
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
2016-08-17 11:53:17 -07:00
<ion-nav-buttons side="primary">
<button class="button back-button" ui-sref="tabs.home">
2016-08-31 15:02:15 -07:00
<i class="icon ion-ios-arrow-thin-left"></i>
2016-08-19 10:26:43 -07:00
</button>
2016-08-17 11:53:17 -07:00
</ion-nav-buttons>
</ion-nav-bar>
2015-05-08 05:35:33 -07:00
2016-08-16 13:45:20 -07:00
<ion-content>
<ion-list>
2016-09-08 07:28:41 -07: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 14:56:22 -07:00
<i class="icon nav-item-arrow-right"></i>
2016-08-31 14:10:54 -07:00
</a>
2015-05-08 05:35:33 -07:00
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.join">
2016-08-16 13:45:20 -07:00
<h2 translate>Join shared wallet</h2>
2016-09-06 14:56:22 -07:00
<i class="icon nav-item-arrow-right"></i>
2016-08-31 14:10:54 -07:00
</a>
2015-05-08 05:35:33 -07:00
2016-09-06 11:11:02 -07:00
<a class="item item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="tabs.import">
2016-08-16 13:45:20 -07:00
<h2 translate>Import wallet</h2>
2016-09-06 14:56:22 -07:00
<i class="icon nav-item-arrow-right"></i>
2016-08-31 14:10:54 -07:00
</a>
2016-08-16 13:45:20 -07:00
</ion-list>
</ion-content>
</ion-view>