Wallet/views/add.html
Gustavo Maximiliano Cortez c5cf104e86 removed the wallets sidebar
2014-12-18 10:33:57 -03:00

11 lines
249 B
HTML

<a title="Create new wallet" ng-click="$root.go('create')">
Create new wallet
</a>
<a title="Join shared wallet" ng-click="$root.go('join')">
Join shared wallet
</a>
<a title="Import wallet" ng-click="$root.go('import')">
Import wallet
</a>