fix subscribe

This commit is contained in:
Matias Alejo Garcia 2014-11-13 15:21:19 -03:00
commit d7d29c6ea7
2 changed files with 6 additions and 7 deletions

View file

@ -24,8 +24,9 @@
<i class="icon-arrow-down size-16 vm"></i>
</a>
<ul ng-show="hoverMenu" ng-class="{'hover': hoverMenu}">
<li><a class="text-gray size-16" href="#!/create" title="Add new wallet">
<i class="fi-plus m10r"></i> {{'Add new wallet'|translate}}</a></li>
<li>
<a class="text-gray size-16" href="#!/create" title="Create new wallet">
<i class="fi-plus m10r"></i> {{'Create new wallet'|translate}}</a></li>
<li><a class="text-gray size-16" href="#!/join" title="Join an existent wallet">
<i class="fi-torsos-all m10r"></i> {{'Join an existent wallet'|translate}}</a></li>
<li><a class="text-gray size-16" href="#!/import" title="Import a backup">