removed the wallets sidebar
This commit is contained in:
parent
e0e0f9b935
commit
c5cf104e86
5 changed files with 65 additions and 80 deletions
11
views/add.html
Normal file
11
views/add.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue