Removed createWallet page. Added link for create, join and import to the top menu.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-13 11:10:39 -03:00
commit 72cfc49d55
10 changed files with 28 additions and 31 deletions

View file

@ -57,10 +57,6 @@
<div class="text-right">
<a class="back-button m20r text-primary" href="#!/createWallet">
<i class="icon-arrow-left2 vm"></i>
<span translate>Back</span>
</a>
<button translate type="submit" class="button primary m0" ng-disabled="setupForm.$invalid || loading">
Create {{requiredCopayers}}-of-{{totalCopayers}} wallet
</button>