Wallet/public/views/add.html

34 lines
891 B
HTML
Raw Normal View History

2015-05-08 09:35:33 -03:00
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
2015-06-02 10:26:03 -03:00
ng-init="titleSection='Add wallet'; closeToHome = true; noColor = true">
2015-05-08 09:35:33 -03:00
</div>
2015-04-24 02:17:54 -03:00
<div class="content">
2015-03-06 12:00:10 -03:00
<ul class="no-bullet manage size-12">
<li>
2016-06-12 00:31:12 -03:00
<a title="Create new wallet" href ui-sref="create">
2015-03-06 12:00:10 -03: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-12 00:31:12 -03:00
<a title="Join shared wallet" href ui-sref="join">
2015-03-06 12:00:10 -03: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-12 00:31:12 -03:00
<a title="Import wallet" href ui-sref="import">
2015-03-06 12:00:10 -03: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-24 02:17:54 -03:00
</div>