replace some links to sref link
This commit is contained in:
parent
4b0abd77a2
commit
096252c691
4 changed files with 12 additions and 20 deletions
|
|
@ -9,21 +9,21 @@
|
|||
<div class="content">
|
||||
<ul class="no-bullet manage size-12">
|
||||
<li>
|
||||
<a title="Create new wallet" ng-click="$root.go('create')">
|
||||
<a title="Create new wallet" href ui-sref="create">
|
||||
<i class="fi-plus circle plus-fixed"></i>
|
||||
<i class="icon-arrow-right3 size-18 right m20t"></i>
|
||||
<span translate>Create new wallet</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="Join shared wallet" ng-click="$root.go('join')">
|
||||
<a title="Join shared wallet" href ui-sref="join">
|
||||
<i class="icon-people circle"></i>
|
||||
<i class="icon-arrow-right3 size-18 right m20t"></i>
|
||||
<span translate>Join shared wallet</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a title="Import wallet" ng-click="$root.go('import')">
|
||||
<a title="Import wallet" href ui-sref="import">
|
||||
<i class="icon-download circle"></i>
|
||||
<i class="icon-arrow-right3 size-18 right m20t"></i>
|
||||
<span translate>Import wallet </span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue