Skip to content
Snippets Groups Projects
Commit a6e6f9d4 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Wallet (secondary): fix show certification link (for large screen)

parent 75fb8ad9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,13 @@ ...@@ -5,6 +5,13 @@
<ion-content scroll="false"> <ion-content scroll="false">
<div class="list item-text-wrap"> <div class="list item-text-wrap">
<a class="item item-icon-left ink"
ng-if="enableWallets"
ng-click="doGetWallets()">
<i class="icon ion-card"></i>
{{'MENU.WALLETS' | translate}}
</a>
<a class="item item-icon-left ink" <a class="item item-icon-left ink"
ng-click="doGetNewcomers()"> ng-click="doGetNewcomers()">
<i class="icon ion-person"></i> <i class="icon ion-person"></i>
...@@ -17,6 +24,7 @@ ...@@ -17,6 +24,7 @@
{{'WOT.LOOKUP.BTN_PENDING' | translate}} {{'WOT.LOOKUP.BTN_PENDING' | translate}}
</a> </a>
</div> </div>
</ion-content> </ion-content>
</ion-popover-view> </ion-popover-view>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment