removed the wallets sidebar

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-17 19:36:35 -03:00
commit c5cf104e86
5 changed files with 65 additions and 80 deletions

11
views/add.html Normal file
View 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>