fix subscribe
This commit is contained in:
parent
088ba88e70
commit
d7d29c6ea7
2 changed files with 6 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue