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

[fix] Wallet: Always display "renew membership" button on small screen - Fix #673

parent 656b86de
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,14 @@ ...@@ -89,6 +89,14 @@
<i class="icon ion-log-out"></i> <i class="icon ion-log-out"></i>
{{'COMMON.BTN_LOGOUT' | translate}} {{'COMMON.BTN_LOGOUT' | translate}}
</button> </button>
<div ng-if="formData.requirements.needRenew">
<br/>
<button class="button button-raised button-stable button-small-padding ink"
ng-click="renewMembership()">
<i class="icon ion-loop assertive"></i>
<span class="assertive">{{:locale:'ACCOUNT.BTN_MEMBERSHIP_RENEW' | translate}}</span>
</button>
</div>
</div> </div>
<div class="row no-padding"> <div class="row no-padding">
......
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