copay/public/views/add.html

35 lines
891 B
HTML
Raw Normal View History

2015-05-08 05:35:33 -07:00
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
2015-06-02 06:26:03 -07:00
ng-init="titleSection='Add wallet'; closeToHome = true; noColor = true">
2015-05-08 05:35:33 -07:00
</div>
2015-04-23 22:17:54 -07:00
<div class="content">
2015-03-06 07:00:10 -08:00
<ul class="no-bullet manage size-12">
<li>
2016-06-11 20:31:12 -07:00
<a title="Create new wallet" href ui-sref="create">
2015-03-06 07:00:10 -08:00
<i class="fi-plus circle plus-fixed"></i>
<i class="icon-arrow-right3 size-18 right m20t"></i>
<span translate>Create new wallet</span>
</a>
</li>
<li>
2016-06-11 20:31:12 -07:00
<a title="Join shared wallet" href ui-sref="join">
2015-03-06 07:00:10 -08:00
<i class="icon-people circle"></i>
<i class="icon-arrow-right3 size-18 right m20t"></i>
<span translate>Join shared wallet</span>
</a>
</li>
<li>
2016-06-11 20:31:12 -07:00
<a title="Import wallet" href ui-sref="import">
2015-03-06 07:00:10 -08:00
<i class="icon-download circle"></i>
<i class="icon-arrow-right3 size-18 right m20t"></i>
<span translate>Import wallet </span>
</a>
</li>
</ul>
2015-04-23 22:17:54 -07:00
</div>